Tracker Blocker Firefox

Examine source code of Tracker Blocker

By: Ganyu
Inspect and view changes in Tracker Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Lite Tracker Blocker",
  "version": "1.0",
  "description": "Block trackers, malicious scripts, and sneaky cookies with ease.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "options.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{afb612b9-c929-445b-9325-1d8592b92221}"
    }
  }
}

Best Tracker Blocker Alternatives

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