AntiProfiling Firefox

Examine source code of AntiProfiling

Inspect and view changes in AntiProfiling source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AntiProfiling",
  "version": "1.1",
  "description": "Blocks functions used for psychological profiling and tracking.",
  "incognito": "spanning",
  "permissions": [
    "webRequestBlocking",
    "webRequest",
    "webNavigation",
    "tabs",
    "activeTab",
    "storage",
    "nativeMessaging",
    "privacy",
    "cookies",
    "*://*/*",
    "*:*"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://*/*"
      ],
      "js": [
        "noprofile.js"
      ]
    },
    {
      "run_at": "document_idle",
      "matches": [
        "*://*/*"
      ],
      "js": [
        "noprofilem.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "decipher2k20@5x2.de"
    }
  }
}

Best AntiProfiling Alternatives

Here are some Firefox add-ons that are similar to AntiProfiling: