Proxy Pac Switcher
This extensions simplifies the process of setting up a proxy.
什么是Proxy Pac Switcher?
Proxy Pac Switcher是由sura.kh开发的Chrome扩展程序,该扩展的主要功能是“This extensions simplifies the process of setting up a proxy.”。
扩展截图
下载Proxy Pac Switcher扩展crx文件
下载Proxy Pac Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps you easily set the proxy using a PAC (Proxy Auto Configuration) URL or text. 扩展基本信息
| 名称 | |
| ID | dcokccgklilfbehagkdnmlpcdonfopeh |
| 官方URL | https://chromewebstore.google.com/detail/proxy-pac-switcher/dcokccgklilfbehagkdnmlpcdonfopeh |
| 简介 | This extensions simplifies the process of setting up a proxy. |
| 文件大小 | 3.68 MB |
| 安装次数 | 399 |
| 当前版本 | 0.2.0 |
| 更新时间 | 2023-10-16 |
| 上架时间 | 2020-12-21 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | sura.kh |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/sura0111/proxyPac |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "0.2.0.0",
"version_name": "0.2.0",
"default_locale": "en",
"permissions": [
"storage",
"proxy"
],
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "public\/icons\/white16.png",
"32": "public\/icons\/white32.png",
"128": "public\/icons\/white128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_appName__",
"default_icon": {
"16": "public\/icons\/white16.png",
"32": "public\/icons\/white32.png",
"128": "public\/icons\/white128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
}
} | |