Proxy Toggle Switcher FF Firefox

Examine source code of Proxy Toggle Switcher FF

제작자: f0ck1
Inspect and view changes in Proxy Toggle Switcher FF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Proxy Toggle Switcher FF",
  "version": "1.1.1",
  "default_locale": "en",
  "description": "Minimalist Proxy Switcher for Firefox",
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "notifications",
    "contextMenus"
  ],
  "action": {
    "default_icon": "icons/icon-off.png",
    "default_title": "Proxy Switcher"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "proxy-switcher-app@unique-id",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "128": "icons/icon-off.png"
  }
}

최고의 Proxy Toggle Switcher FF 대안

다음은 Proxy Toggle Switcher FF과(와) 유사한 Firefox add-on입니다: