Auto Reject Cookies Firefox

Examine source code of Auto Reject Cookies

By: Jamyang
Inspect and view changes in Auto Reject Cookies source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Reject Cookies",
  "version": "1.0",
  "description": "Automatically rejects cookie consent banners on websites.",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cbdcf4d9-2347-407b-b286-e1dbe7ffcb53}",
      "strict_min_version": "104.0"
    }
  }
}

Best Auto Reject Cookies Alternatives

Here are some Firefox add-ons that are similar to Auto Reject Cookies: