Cookie Consent Banner Firefox

Examine source code of Cookie Consent Banner

Inspect and view changes in Cookie Consent Banner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cookie Consent Banner",
  "version": "1.3",
  "description": "Inject a customizable cookie consent banner into any webpage for UI/UX testing.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b953fa46-f6a8-4a76-be5f-66d06579d20e}"
    }
  }
}

Best Cookie Consent Banner Alternatives

Here are some Firefox add-ons that are similar to Cookie Consent Banner: