Simple proxy helper
Set proxy for Google Chrome browser
什么是Simple proxy helper?
Simple proxy helper是由extensiondev2020开发的Chrome扩展程序,该扩展的主要功能是“Set proxy for Google Chrome browser”。
扩展截图
下载Simple proxy helper扩展crx文件
下载Simple proxy helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple proxy helper is an extension that allows people to connect to webRTC providers through a SOCKS5 proxy in case they cannot access it directly due to communication or infrastructure problems. The proxy only works for a limited set of webRTC providers. The extension is for internal use.
扩展基本信息
名称 | Simple proxy helper |
ID | ggbeghljoagdajigdliipcdnpjgmjjlh |
官方URL | https://chromewebstore.google.com/detail/simple-proxy-helper/ggbeghljoagdajigdliipcdnpjgmjjlh |
简介 | Set proxy for Google Chrome browser |
文件大小 | 21.16 KB |
安装次数 | 209 |
当前版本 | 0.0.15 |
更新时间 | 2021-12-15 |
上架时间 | 2020-08-18 |
评分 | 2.67/5 共3次评分 |
开发者 | extensiondev2020 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "version": "0.0.15", "manifest_version": 3, "default_locale": "en", "description": "__MSG_appDesc__", "name": "__MSG_appName__", "icons": { "128": "images\/on.png" }, "permissions": [ "proxy", "privacy" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/off.png", "default_title": "__MSG_title__", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.interprefy.com\/*", "*:\/\/*.interpret.world\/*", "*:\/\/interpret.world\/*" ] }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "88" } |