Cookie BANner Firefox

Examine source code of Cookie BANner

By: Throvn
Inspect and view changes in Cookie BANner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cookie Banner",
  "version": "0.1",
  "applications": {
    "gecko": {
      "strict_min_version": "59.0a1"
    }
  },
  "description": "This Addon hides cookie banner from almost all of the pages you visit. It bans cookie banner.",
  "icons": {
    "512": "icons/cookie-icon.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "512": "icons/cookie-icon.png"
    },
    "default_title": "Coookie Banner",
    "default_popup": "popup/index.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ]
}

Best Cookie BANner Alternatives

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