Proxy Switcher
A simple, minimal Chrome extension to switch between configured proxy profiles.
什么是Proxy Switcher?
Proxy Switcher是由stalkr开发的Chrome扩展程序,该扩展的主要功能是“A simple, minimal Chrome extension to switch between configured proxy profiles.”。
扩展截图
下载Proxy Switcher扩展crx文件
下载Proxy Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple, minimal Chrome extension to switch between configured proxy profiles. 扩展基本信息
| 名称 | |
| ID | nfgjkknbjghcmeifdfocmofahdibbgae |
| 官方URL | https://chromewebstore.google.com/detail/proxy-switcher/nfgjkknbjghcmeifdfocmofahdibbgae |
| 简介 | A simple, minimal Chrome extension to switch between configured proxy profiles. |
| 文件大小 | 39.46 KB |
| 安装次数 | 506 |
| 当前版本 | 1.5 |
| 更新时间 | 2022-01-03 |
| 上架时间 | 2019-05-25 |
| 评分 | 3.50/5 共4次评分 |
| 开发者 | stalkr |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/StalkR/chrome-proxy-switcher |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Proxy Switcher",
"version": "1.5",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"128": "icon128.png"
},
"options_page": "options.html",
"permissions": [
"proxy",
"storage"
],
"action": {
"default_icon": "icon24-grey.png",
"default_popup": "popup.html",
"default_title": "Proxy Switcher"
}
} | |