No Cookie Popups Firefox

Examine source code of No Cookie Popups

Inspect and view changes in No Cookie Popups source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "1.0.3",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/config.js",
      "js/background-core.js",
      "js/background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "search",
    "cookies",
    "alarms",
    "webRequest",
    "declarativeNetRequest",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "all_frames": false,
      "css": [
        "css/common.css"
      ],
      "js": [
        "js/cookie-rules/common.js",
        "js/cookie-rules/common2.js",
        "js/cookie-rules/common3.js",
        "js/cookie-rules/common5.js",
        "js/cookie-rules/common6.js",
        "js/cookie-rules/common8.js",
        "js/cookie-rules/embeds.js",
        "js/site-rules.js"
      ]
    },
    {
      "matches": [
        "*://nocookiepop.com/*",
        "*://*.nocookiepop.com/*"
      ],
      "run_at": "document_end",
      "all_frames": false,
      "js": [
        "js/contentscript.js"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "blocking_rules",
        "enabled": true,
        "path": "rules/blocking_rules.json"
      }
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "__MSG_extName__",
      "keyword": "nocookiepop",
      "search_url": "https://search.nocookiepop.com/search?q={searchTerms}",
      "favicon_url": "favicon.ico",
      "is_default": true
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5f0d2f99-2172-41a6-93a4-62d8de2b4157}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best No Cookie Popups Alternatives

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