Simple Proxy
Proxy switch for each individual website.
什么是Simple Proxy?
Simple Proxy是由jinzhenzu开发的Chrome扩展程序,该扩展的主要功能是“Proxy switch for each individual website.”。
扩展截图
下载Simple Proxy扩展crx文件
下载Simple Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you need to configure a separate proxy policy for each domain name, then you will need this extension. This extension helps you easily control whether each domain uses a proxy and provides a convenient black and white list mode.
扩展基本信息
名称 | Simple Proxy |
ID | pjogfmifcmhdmfogmihinlfgdbfbjcli |
官方URL | https://chromewebstore.google.com/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli |
简介 | Proxy switch for each individual website. |
文件大小 | 180 KB |
安装次数 | 163 |
当前版本 | 3.2.0 |
更新时间 | 2023-11-30 |
上架时间 | 2019-11-25 |
开发者 | jinzhenzu |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jzz4012650/simple_proxy/tree/v3.1.0 |
帮助页面URL | https://github.com/jzz4012650/simple_proxy/tree/v3.1.0 |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "3.2.0", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html", "default_title": "Proxy" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "options_page": "options.html", "permissions": [ "proxy", "tabs", "storage", "webRequest", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |