Proxy代理
设置浏览器代理
What is Proxy代理?
Proxy代理 is a Chrome extension developed by 蓝翼, and its main feature is "设置浏览器代理".
Extension Screenshots
Download Proxy代理 Extension CRX File
Download Proxy代理 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome代理插件,支持四种模式:直连,指定,自动,系统;支持四种协议:HTTP,HTTPS,SOCKS4,SOCKS5。支持指定代理规则:HTTP,HTTPS,FTP。
Extension Basic Information
Name | Proxy代理 |
ID | bpgiifkomgklcphekdimdnceakjikdbo |
Official URL | https://chromewebstore.google.com/detail/proxy%E4%BB%A3%E7%90%86/bpgiifkomgklcphekdimdnceakjikdbo |
Description | 设置浏览器代理 |
File Size | 50.03 KB |
Installation Count | 218 |
Current Version | 1.1 |
Last Updated | 2022-07-05 |
Publish Date | 2021-11-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 蓝翼 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.jiyongchao.cn/?from=chrome_proxy |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Proxy\u4ee3\u7406", "version": "1.1", "manifest_version": 3, "description": "\u8bbe\u7f6e\u6d4f\u89c8\u5668\u4ee3\u7406", "homepage_url": "http:\/\/www.jiyongchao.cn\/?from=chrome_proxy", "action": { "default_icon": "logo48.png", "default_title": "Proxy\u4ee3\u7406", "default_popup": "popup.html" }, "permissions": [ "proxy" ], "icons": { "48": "logo48.png", "72": "logo72.png", "96": "logo96.png", "128": "logo128.png" } } |