Set Proxy
Sets your proxy settings. Disables WebRTC
什么是Set Proxy?
Set Proxy是由https://labinweb.com开发的Chrome扩展程序,该扩展的主要功能是“Sets your proxy settings. Disables WebRTC”。
扩展截图
下载Set Proxy扩展crx文件
下载Set Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sets your proxy settings and also has the ability to disable webRTC
扩展基本信息
名称 | |
ID | cljfnohidcgfmpcmanadjeidkinhhdgl |
官方URL | https://chrome.google.com/webstore/detail/set-proxy/cljfnohidcgfmpcmanadjeidkinhhdgl |
简介 | Sets your proxy settings. Disables WebRTC |
文件大小 | 535 KB |
安装次数 | 11 |
当前版本 | 1.1.2 |
更新时间 | 2019-11-05 |
上架时间 | 2019-11-02 |
开发者 | https://labinweb.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon128.png" }, "name": "Set Proxy", "version": "1.1.2", "description": "Sets your proxy settings. Disables WebRTC", "permissions": [ "proxy", "webRequest", "webRequestBlocking", "privacy", "*:\/\/labinweb.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } |