Tracker Spoof Shield Firefox

Examine source code of Tracker Spoof Shield

제작자: Dheelep N
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
  }
}

최고의 Tracker Spoof Shield 대안

다음은 Tracker Spoof Shield과(와) 유사한 Firefox add-on입니다: