Cookie Popup Blocker Firefox

Examine source code of Cookie Popup Blocker

Inspect and view changes in Cookie Popup Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Advanced Cookie Popup Blocker",
  "version": "2.0",
  "description": "Sophisticated tool that automatically blocks cookies, consent popups, and tracking mechanisms",
  "browser_specific_settings": {
    "gecko": {
      "id": "{07d0d145-74f0-43b9-9745-63a159c7b1b0}"
    }
  },
  "permissions": [
    "cookies",
    "storage",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "helpers.js",
        "fingerprint-protection.js",
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/cookie-interceptor.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "48": "icons/cookie-48.png",
    "96": "icons/cookie-96.png",
    "128": "icons/cookie-128.png"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "cookie_headers",
        "enabled": true,
        "path": "rules/cookie-headers.json"
      }
    ]
  }
}

Best Cookie Popup Blocker Alternatives

Here are some Firefox add-ons that are similar to Cookie Popup Blocker: