Explicit Blocker Firefox

Examine source code of Explicit Blocker

Inspect and view changes in Explicit Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Keyword Blocker",
  "version": "1.0.2",
  "description": "Logic-based keyword blocking for Firefox.",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Keyword Blocker"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "keyword-blocker-logic@extension.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "https://*/*",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}

Meilleures alternatives Explicit Blocker

Voici quelques Firefox add-ons qui sont similaires à Explicit Blocker :