Privacy Policy Analysis Firefox

Examine source code of Privacy Policy Analysis

By: besttd
Inspect and view changes in Privacy Policy Analysis source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Privacy Policy Analysis",
  "version": "9.0.1",
  "description": "AI-powered privacy policy analyzer with background processing to bypass CSP.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://privacy-policy-analyzer-seven.vercel.app/*",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "badge.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "privacy-analyzer@tanishparikh.extension",
      "strict_min_version": "109.0"
    }
  }
}

Best Privacy Policy Analysis Alternatives

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