Fingerprint shelter Firefox

Examine source code of Fingerprint shelter

By: Ol
Inspect and view changes in Fingerprint shelter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NS Fingerprint shelter",
  "description": "NS Fingerprint shelter",
  "version": "1.0.0",
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "background": {
    "scripts": [
      "data/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "data/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html"
  }
}

Best Fingerprint shelter Alternatives

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