Third-party Request Blocker Fork Firefox

Examine source code of Third-party Request Blocker Fork

Inspect and view changes in Third-party Request Blocker Fork source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Searxes' Third-party Request Blocker",
  "description": "\"Prevent your browser from connecting to third-party resource without user consent.\"",
  "version": "1.0.14",
  "author": "Searxes",
  "homepage_url": "https://searxes.danwin1210.me/",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "activeTab",
    "tabs",
    "webNavigation",
    "contextMenus",
    "privacy",
    "browserSettings",
    "browsingData",
    "downloads"
  ],
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "TPRB",
    "default_popup": "tprb_dlg.html"
  },
  "options_ui": {
    "page": "tprb_cfg.html",
    "browser_style": false
  },
  "commands": {
    "tprb-key-action": {
      "suggested_key": {
        "default": "Alt+3"
      }
    }
  },
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png"
  },
  "background": {
    "scripts": [
      "tprb_core.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "tprb_cs.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "applications": {
    "gecko": {
      "id": "tprb.addon.fork@searxes.danwin1210.me",
      "strict_min_version": "60.0"
    }
  }
}

Best Third-party Request Blocker Fork Alternatives

Here are some Firefox add-ons that are similar to Third-party Request Blocker Fork: