Custom Tor Blocker Firefox

Examine source code of Custom Tor Blocker

By: boi
Inspect and view changes in Custom Tor Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Tor Blocker",
  "version": "1.1",
  "description": "Blockiert externe Links und Pop-up-Fenster auf Webseiten.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cb664010-f619-4f95-89fd-2a629cbc35b6}"
    }
  }
}

Best Custom Tor Blocker Alternatives

Here are some Firefox add-ons that are similar to Custom Tor Blocker: