All Fingerprint Defender

All Fingerprint Defender

All in one fingerprint protection - protect against Canvas, WebGL, Font, AudioContext fingerprinting in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_ExtensionName__",
  "description": "__MSG_ExtensionDescription__",
  "version": "1.0.5",
  "manifest_version": 3,
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/icon-24.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "./assets/chunk-b4410958.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/chunk-16ff15da.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "match_origin_as_fallback": true,
      "world": "ISOLATED",
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "assets/chunk-7ce85519.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "match_origin_as_fallback": true,
      "world": "MAIN",
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "assets/chunk-aaea1190.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "match_origin_as_fallback": true,
      "world": "ISOLATED",
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/chunk-16ff15da.js",
        "assets/chunk-7ce85519.js",
        "assets/chunk-aaea1190.js"
      ],
      "use_dynamic_url": true
    }
  ]
}