switchyd
监听http和https请求. 当访问发生错误,并命中配置中的对应项目之后,会将访问的URL尝试加入到代理规则中并生成新的PAC脚本. 安装后默认使用SOCKS5 127.0.0.1:10086. HTTP/HTTPS选择PROXY.…
Wat is switchyd?
switchyd is een Chrome-extensie ontwikkeld door Zizon, en de belangrijkste functie is "监听http和https请求. 当访问发生错误,并命中配置中的对应项目之后,会将访问的URL尝试加入到代理规则中并生成新的PAC脚本. 安装后默认使用SOCKS5 127.0.0.1:10086. HTTP/HTTPS选择PROXY.…".
Extensie Screenshots
Download het CRX-bestand van de extensie switchyd
Download switchyd-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
监听http和https请求. 当访问发生错误,并命中配置中的对应项目之后,会将访问的URL尝试加入到代理规则中并生成新的PAC脚本. 安装后默认使用SOCKS5 127.0.0.1:10086. HTTP/HTTPS选择PROXY. 其余参见PAC脚本的对应规则. 如需调整,到chrome://extensions/ 下面找到此插件的选项,点击打开其设置页面. 代码在:https://github.com/zizon/switchyd BSD 4 clause license by @zizon.
Basisinformatie over de Extensie
Naam | switchyd |
ID | hfcjdabkffcbefjghpicencaelebnnph |
Officiële URL | https://chromewebstore.google.com/detail/switchyd/hfcjdabkffcbefjghpicencaelebnnph |
Beschrijving | 监听http和https请求. 当访问发生错误,并命中配置中的对应项目之后,会将访问的URL尝试加入到代理规则中并生成新的PAC脚本. 安装后默认使用SOCKS5 127.0.0.1:10086. HTTP/HTTPS选择PROXY.… |
Bestandsgrootte | 92.15 KB |
Aantal Installaties | 139 |
Huidige Versie | 0.8.0.5 |
Laatst Bijgewerkt | 2024-02-20 |
Publicatiedatum | 2018-11-30 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Zizon |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/zizon/switchyd |
Help Pagina-URL | https://github.com/zizon/switchyd |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "switchyd", "version": "0.8.0.5", "manifest_version": 3, "background": { "service_worker": "dist\/service-worker.js", "type": "module" }, "permissions": [ "storage", "proxy", "webRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "ws:\/\/*\/*", "wss:\/\/*\/*" ], "options_ui": { "page": "index.html", "open_in_tab": true }, "icons": { "16": "resources\/switchyd16.png", "48": "resources\/switchyd48.png", "128": "resources\/switchyd128.png" } } |