WebGL Fingerprint Defender Firefox

Examine source code of WebGL Fingerprint Defender

By: ilGur
Inspect and view changes in WebGL Fingerprint Defender source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.9",
  "manifest_version": 3,
  "name": "WebGL Fingerprint Defender",
  "homepage_url": "https://mybrowseraddon.com/webgl-defender.html",
  "description": "Defending against WebGL fingerprinting by reporting a fake value.",
  "commands": {
    "_execute_action": {}
  },
  "permissions": [
    "storage",
    "contextMenus",
    "notifications"
  ],
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{2cf5dbed-78fe-4bd5-9524-38fdf837be98}"
    }
  },
  "action": {
    "default_popup": "data/popup/popup.html",
    "default_title": "WebGL Fingerprint Defender",
    "default_icon": {
      "16": "data/icons/toolbar/16.png",
      "32": "data/icons/toolbar/32.png",
      "48": "data/icons/toolbar/48.png",
      "64": "data/icons/toolbar/64.png"
    }
  },
  "content_scripts": [
    {
      "world": "MAIN",
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "match_about_blank": true,
      "run_at": "document_start",
      "match_origin_as_fallback": true,
      "js": [
        "data/content_script/page_context/inject.js"
      ]
    },
    {
      "world": "ISOLATED",
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "match_about_blank": true,
      "run_at": "document_start",
      "match_origin_as_fallback": true,
      "js": [
        "data/content_script/inject.js"
      ]
    }
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best WebGL Fingerprint Defender Alternatives

Here are some Firefox add-ons that are similar to WebGL Fingerprint Defender: