Auto Cookie Decliner Firefox

Examine source code of Auto Cookie Decliner

By: qyamii
Inspect and view changes in Auto Cookie Decliner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Cookie Decliner",
  "version": "0.1.0",
  "description": "Lehnt automatisch optionale Cookies ab und verhindert ungewollte Datenweitergabe.",
  "permissions": [
    "activeTab",
    "tabs",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-cookie-decliner@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "action": {
    "default_title": "Auto Cookie Decliner",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ]
}

Best Auto Cookie Decliner Alternatives

Here are some Firefox add-ons that are similar to Auto Cookie Decliner: