Cookie-Banner-Blocker Firefox

Examine source code of Cookie-Banner-Blocker

By: otsmr
Inspect and view changes in Cookie-Banner-Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Ein Cookie-Banner-Blocker, der die meisten Cookie- und Newsletter-Popups ohne Blockliste entfernt.",
  "manifest_version": 2,
  "name": "Cookie-Banner-Blocker",
  "version": "0.1.9.2",
  "homepage_url": "https://github.com/otsmr/inline-popup-blocker",
  "icons": {
    "48": "icons/cookie-bite-solid.svg",
    "96": "icons/cookie-bite-solid.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "inline-popup-blocker@oproj.de",
      "strict_min_version": "64.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "content/cache.js",
        "content/utils.js",
        "content/detect.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background/shared-utils.js",
      "background/handle-page-action.js",
      "background/detected-cookie-consent-redirects.js",
      "background/inject-cached-css.js"
    ]
  },
  "page_action": {
    "browser_style": true,
    "default_title": "Keine Cookie-Banner gefunden",
    "default_icon": "icons/cookie-solid.svg",
    "pinned": true
  },
  "permissions": [
    "storage",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "<all_urls>",
    "contextMenus"
  ]
}

Best Cookie-Banner-Blocker Alternatives

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