Privacy Audit Firefox

Examine source code of Privacy Audit

By: Telma Add-on
Inspect and view changes in Privacy Audit 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
{
  "manifest_version": 2,
  "name": "Privacy Audit",
  "version": "1.0.0",
  "description": "Scan any webpage for trackers, fingerprinting scripts, third-party requests, and embedded iframes. Get a privacy grade from A to F.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{42a67eab-6ebc-4700-a70a-3153258f59d8}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "static/icon16.png",
      "32": "static/icon32.png",
      "48": "static/icon48.png",
      "96": "static/icon96.png",
      "128": "static/icon128.png"
    },
    "default_title": "Privacy Audit",
    "default_popup": "app/popup.html"
  },
  "icons": {
    "16": "static/icon16.png",
    "32": "static/icon32.png",
    "48": "static/icon48.png",
    "96": "static/icon96.png",
    "128": "static/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "app/content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Privacy Audit Alternatives

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