Best Proxy Manager
The best anonymous proxy solution for you
What is Best Proxy Manager?
Best Proxy Manager is a Chrome extension developed by https://www.vpnside.com, and its main feature is "The best anonymous proxy solution for you".
Extension Screenshots
Download Best Proxy Manager Extension CRX File
Download Best Proxy Manager 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
Manage and switch between multiple location proxies quickly & easily. Changing your IP by proxy settings has never been so convenient. The extension "Best proxy manager "provides a list of socks4 and socks5 proxies that we collect on our website www.vpnside.com/proxy/list for your convenience You just need to choose one of them from the list and connect. Our socks proxies list is checked and updated every 30 minutes on our server. VPNSide is the leading resource for digital freedom. The site’s mission is to help users around the world reclaim their right to privacy through research, reviews, knowledge-sharing, investigations and direct action.
Extension Basic Information
Name | Best Proxy Manager |
ID | ahnedoddoeoelbaaiccbimdpgnlmdlgc |
Official URL | https://chromewebstore.google.com/detail/best-proxy-manager/ahnedoddoeoelbaaiccbimdpgnlmdlgc |
Description | The best anonymous proxy solution for you |
File Size | 58.58 KB |
Installation Count | 612 |
Current Version | 1.0.0 |
Last Updated | 2020-01-08 |
Publish Date | 2020-01-07 |
Rating | 4.50/5 Total 6 Ratings |
Developer | https://www.vpnside.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.vpnside.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Best Proxy Manager", "version": "1.0.0", "description": "The best anonymous proxy solution for you", "manifest_version": 2, "homepage_url": "https:\/\/www.vpnside.com", "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "proxy", "storage" ], "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_title": "Best Proxy Manager", "default_popup": "popup.html" } } |