代理切换器 (Proxy Switcher) Firefox

Examine source code of 代理切换器 (Proxy Switcher)

Inspect and view changes in 代理切换器 (Proxy Switcher) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "代理切换器 (Proxy Switcher)",
  "version": "1.2.1",
  "description": "一个简单易用的代理切换工具,支持多代理管理、配置导入导出、绕过列表等功能。",
  "homepage_url": "https://github.com/D2550/easy_proxy_switcher",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-96.png"
  },
  "permissions": [
    "proxy",
    "storage",
    "privacy",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "代理切换器",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "edit/edit.html",
    "edit/edit.css",
    "edit/edit.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{3a12281a-2771-4a14-b155-d6aeef86b8f7}"
    }
  }
}

Best 代理切换器 (Proxy Switcher) Alternatives

Here are some Firefox add-ons that are similar to 代理切换器 (Proxy Switcher):