Dark Patterns Firefox

Examine source code of Dark Patterns

Inspect and view changes in Dark Patterns source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Dark Patterns",
  "description": "Find out the dark patterns on your website",
  "version": "0.1.0",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Dark Pattern Notifications",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ]
}

Melhores alternativas Dark Patterns

Aqui estão algumas Firefox add-ons que são similares a Dark Patterns: