Browser Fingerprint Protector Firefox

Examine source code of Browser Fingerprint Protector

Inspect and view changes in Browser Fingerprint Protector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browser Fingerprint Protector",
  "description": "Prevents browser fingerprinting by spoofing your plugins, languages and user agent",
  "version": "1.3.1",
  "homepage_url": "https://github.com/maximbaz/browser-fingerprint-protector",
  "author": "Maxim Baz",
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "inject.js"
  ]
}

Best Browser Fingerprint Protector Alternatives

Here are some Firefox add-ons that are similar to Browser Fingerprint Protector: