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"
  ]
}

Mejores alternativas Dark Patterns

Aquí hay algunas Firefox add-ons que son similares a Dark Patterns: