Analytics Automatic Opt-Out Firefox

Examine source code of Analytics Automatic Opt-Out

제작자: ttools
Inspect and view changes in Analytics Automatic Opt-Out source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Analytics Automatic Opt-Out",
  "description": "Injects code into all websites to opt you out of various analytics services, via setting localstorage variables and other methods.",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "cookies",
    "activeTab",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "aaoo@ttools.io"
    }
  }
}

최고의 Analytics Automatic Opt-Out 대안

다음은 Analytics Automatic Opt-Out과(와) 유사한 Firefox add-on입니다: