Keyword Blocker for Firefox Firefox

Examine source code of Keyword Blocker for Firefox

Inspect and view changes in Keyword Blocker for Firefox 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.4",
  "description": "Hides elements containing specified keywords",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Keyword Blocker",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a9bda7e0-faf1-4c52-a36f-3ac880ab417d}"
    }
  }
}

Best Keyword Blocker for Firefox Alternatives

Here are some Firefox add-ons that are similar to Keyword Blocker for Firefox: