proxy quick switcher Firefox

Examine source code of proxy quick switcher

제작자: telecomshy
Inspect and view changes in proxy quick 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.0",
  "description": "快速切换Firefox代理设置",
  "browser_specific_settings": {
    "gecko": {
      "id": "2309900@qq.com",
      "strict_min_version": "91.1.0"
    }
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "proxy",
    "storage",
    "privacy",
    "browserSettings"
  ],
  "incognito": "spanning",
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48-grey.svg",
      "96": "icons/icon-48-grey.svg"
    },
    "default_title": "Proxy Switcher",
    "default_popup": "popup/proxy-switcher.html"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": true
  }
}

최고의 proxy quick switcher 대안

다음은 proxy quick switcher과(와) 유사한 Firefox add-on입니다: