Tracker Spoof Shield Firefox

Examine source code of Tracker Spoof Shield

Inspect and view changes in Tracker Spoof Shield source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tracker Spoof Shield",
  "version": "1.1.0",
  "description": "Anti-fingerprinting protection with working rotation and stable operation",
  "browser_specific_settings": {
    "gecko": {
      "id": "tracker-spoof-shield@privacy-extension.com",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/utils.js",
        "content/profile.js",
        "content/canvas.js",
        "content/navigator.js",
        "content/main.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Tracker Spoof Shield"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  }
}

Best Tracker Spoof Shield Alternatives

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