Block URL by Keyword Firefox

Examine source code of Block URL by Keyword

Inspect and view changes in Block URL by Keyword source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Block URL by Keyword",
  "version": "1.1",
  "description": "Does exactly what is says on the tin. It inspects the URL for specific keywords, and redirects the browser if it finds something naughty :)",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "keywordBlocker.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "pop.html",
    "default_icon": "icon/stop.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f92c1809-55d3-429a-9319-3577cf76d476}"
    }
  }
}

Best Block URL by Keyword Alternatives

Here are some Firefox add-ons that are similar to Block URL by Keyword: