Terms Analyzer Firefox

Examine source code of Terms Analyzer

Inspect and view changes in Terms Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Terms Analyzer",
  "version": "1.2",
  "description": "Automatically detects and shows what data websites collect",
  "browser_specific_settings": {
    "gecko": {
      "id": "terms-analyzer@.addon"
    }
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_title": "Terms Analyzer"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "result.html",
        "settings.html",
        "welcome.html",
        "privacy.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "minimum_chrome_version": "88"
}

ベストのTerms Analyzer代替案

Terms Analyzerに類似したFirefox add-onをいくつか紹介します: