Set Proxy
Sets your proxy settings. Disables WebRTC
What is Set Proxy?
Set Proxy is a Chrome extension developed by https://labinweb.com, and its main feature is "Sets your proxy settings. Disables WebRTC".
Extension Screenshots
Download Set Proxy Extension CRX File
Download Set 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
Sets your proxy settings and also has the ability to disable webRTC
Extension Basic Information
Name | |
ID | cljfnohidcgfmpcmanadjeidkinhhdgl |
Official URL | https://chrome.google.com/webstore/detail/set-proxy/cljfnohidcgfmpcmanadjeidkinhhdgl |
Description | Sets your proxy settings. Disables WebRTC |
File Size | 535 KB |
Installation Count | 11 |
Current Version | 1.1.2 |
Last Updated | 2019-11-05 |
Publish Date | 2019-11-02 |
Developer | https://labinweb.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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';" } |