Privacy Leak Detector Firefox

Examine source code of Privacy Leak Detector

Inspect and view changes in Privacy Leak Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Privacy Leak Detector",
  "version": "1.3",
  "description": "Detects potential privacy leaks by monitoring trackers, third-party requests, insecure connections, and suspicious data exposure behaviors on websites.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Privacy Leak Detector",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Privacy-Leak-Detector",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Privacy Leak Detector Alternatives

Here are some Firefox add-ons that are similar to Privacy Leak Detector: