Simple proxy helper
Set proxy for Google Chrome browser
What is Simple proxy helper?
Simple proxy helper is a Chrome extension developed by extensiondev2020, and its main feature is "Set proxy for Google Chrome browser".
Extension Screenshots
Download Simple proxy helper Extension CRX File
Download Simple proxy helper 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
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.
Extension Basic Information
Name | Simple proxy helper |
ID | ggbeghljoagdajigdliipcdnpjgmjjlh |
Official URL | https://chromewebstore.google.com/detail/simple-proxy-helper/ggbeghljoagdajigdliipcdnpjgmjjlh |
Description | Set proxy for Google Chrome browser |
File Size | 21.16 KB |
Installation Count | 209 |
Current Version | 0.0.15 |
Last Updated | 2021-12-15 |
Publish Date | 2020-08-18 |
Rating | 2.67/5 Total 3 Ratings |
Developer | extensiondev2020 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |