weareplayed Firefox

Examine source code of weareplayed

By: hamr
Inspect and view changes in weareplayed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "weareplayed",
  "version": "0.1.0",
  "description": "Spot dark patterns — fake urgency, pre-checked boxes, confirm-shaming, and other tricks sites use to manipulate you.",
  "permissions": [
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "weareplayed",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "weareplayed@hamr0",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best weareplayed Alternatives

Here are some Firefox add-ons that are similar to weareplayed: