Dark Patterns Firefox

Examine source code of Dark Patterns

제작자: Matthew Talebi
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"
  ]
}

최고의 Dark Patterns 대안

다음은 Dark Patterns과(와) 유사한 Firefox add-on입니다: