AI Tracker Detection Firefox

Examine source code of AI Tracker Detection

Inspect and view changes in AI Tracker Detection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "icons/privacy-48.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "webNavigation",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/privacy-48.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extensionName__"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a1c9f736-e3ee-464d-b553-fa33599c75de}"
    }
  }
}

Best AI Tracker Detection Alternatives

Here are some Firefox add-ons that are similar to AI Tracker Detection: