TrackScan Firefox

Examine source code of TrackScan

By: Coman Add-on
Inspect and view changes in TrackScan source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "description": "Software tool for monitoring, displaying and managing tracking elements within an internet browser",
  "manifest_version": 2,
  "name": "TrackScan",
  "version": "1.0",
  "homepage_url": "https://gitlab.dev.peasec.de/kdemuth/browser_tracking",
  "icons": {
    "48": "icons/logo48.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "menus",
    "<all_urls>",
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": "icons/logo32.png",
    "theme_icons": [
      {
        "light": "icons/logo32.png",
        "dark": "icons/logo32.png",
        "size": 32
      }
    ],
    "default_title": "TrackScan",
    "default_popup": "base/ui/main/main.html"
  },
  "background": {
    "scripts": [
      "plugins/cookies/background.js",
      "plugins/requests/background.js",
      "plugins/canvas/background.js",
      "base/connector/main.js"
    ],
    "persistent": false,
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "plugins/cookies/content.js",
        "plugins/requests/content.js",
        "plugins/canvas/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{caa34b5f-70b7-4573-9be7-aac34fd50cbd}"
    }
  }
}

Best TrackScan Alternatives

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