FireBlocks Firefox

Examine source code of FireBlocks

Inspect and view changes in FireBlocks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FireBlocks",
  "author": "Alexander Lyon",
  "version": "1.5",
  "description": "Easily block websites using regular expressions.",
  "homepage_url": "https://github.com/arlyon/fireblocks",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "icons": {
    "48": "images/logo.svg",
    "96": "images/logo.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "images/logo.svg",
    "blocked.html",
    "blocked.js"
  ],
  "options_ui": {
    "page": "options.html"
  }
}

Best FireBlocks Alternatives

Here are some Firefox add-ons that are similar to FireBlocks: