Tracking Protection Toggle Firefox

Examine source code of Tracking Protection Toggle

提供元: freaktechnik
Inspect and view changes in Tracking Protection Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "strict_min_version": "57.0a1",
      "id": "{5678aabe-b195-42d5-a6d3-af77719c8f53}"
    }
  },
  "author": "freaktechnik",
  "version": "1.1.1resigned1",
  "icons": {
    "48": "images/tracking-protection.svg#enabled",
    "64": "images/tracking-protection.svg#enabled"
  },
  "browser_action": {
    "default_icon": "images/tracking-protection.svg#disabled",
    "default_title": "__MSG_tooltipEnable__",
    "theme_icons": [
      {
        "light": "images/tracking-protection-dark.svg#disabled",
        "dark": "images/tracking-protection.svg#disabled",
        "size": 19
      }
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "privacy",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+P"
      }
    }
  }
}

ベストのTracking Protection Toggle代替案

Tracking Protection Toggleに類似したFirefox add-onをいくつか紹介します: