Dark Pattern Detector Firefox

Examine source code of Dark Pattern Detector

Inspect and view changes in Dark Pattern Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Dark Pattern Detector",
  "version": "1.0.0",
  "description": "AI-powered detection of manipulative UI patterns using RAG and LLM reasoning",
  "browser_specific_settings": {
    "gecko": {
      "id": "hiddenlayer-darkpattern@sreenathyadavk",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Dark Pattern Detector Alternatives

Here are some Firefox add-ons that are similar to Dark Pattern Detector: