Proxy Switcher
Manage and switch between multiple proxies quickly and for free
什么是Proxy Switcher?
Proxy Switcher是由freebusinessapps开发的Chrome扩展程序,该扩展的主要功能是“Manage and switch between multiple proxies quickly and for free”。
扩展截图
下载Proxy Switcher扩展crx文件
下载Proxy Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Need to use a proxy to surf the Internet? Try installing our addon now and begin surfing the Internet with a free proxy.
This addon allows the user to know the current type of proxy their browser is currently using :
- No Proxy Mode
- Auto-detect Proxy Mode (Auto detect proxy settings for this network)
- System Mode (Use system proxy settings)
- Manual Mode 扩展基本信息
| 名称 | |
| ID | mkadbpfbeodfhecnomokbifkplpaplbg |
| 官方URL | https://chromewebstore.google.com/detail/proxy-switcher/mkadbpfbeodfhecnomokbifkplpaplbg |
| 简介 | Manage and switch between multiple proxies quickly and for free |
| 文件大小 | 46.89 KB |
| 安装次数 | 301 |
| 当前版本 | 1.0.0.4 |
| 更新时间 | 2023-06-29 |
| 上架时间 | 2019-09-12 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | freebusinessapps |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://translate-welcome.freebusinessapps.net/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Proxy Switcher",
"short_name": "proxy-switcher",
"description": "Manage and switch between multiple proxies quickly and for free",
"version": "1.0.0.4",
"manifest_version": 2,
"default_locale": "en",
"permissions": [
"storage",
"notifications",
"proxy",
"https:\/\/*.freebusinessapps.net\/*",
"notifications"
],
"storage": {
"managed_schema": "schema.json"
},
"browser_action": {
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png"
},
"default_popup": "data\/panel\/index.html"
},
"background": {
"scripts": [
"data\/panel\/utils.js",
"data\/panel\/firefox-proxy.js",
"\/notify\/common-push-init.js",
"\/notify\/common.js",
"\/notify\/common-push.js",
"\/notify\/background.js"
]
},
"homepage_url": "https:\/\/proxy-switcher.freebusinessapps.net",
"icons": {
"16": "data\/icons\/16.png",
"48": "data\/icons\/48.png",
"128": "data\/icons\/128.png"
},
"options_ui": {
"page": "data\/options\/index.html",
"chrome_style": true
}
} | |