Random Proxy Switcher
Cycles between proxies randomly every 60 seconds.
What is Random Proxy Switcher?
Random Proxy Switcher is a Chrome extension developed by webrobots, and its main feature is "Cycles between proxies randomly every 60 seconds.".
Extension Screenshots
Download Random Proxy Switcher Extension CRX File
Download Random Proxy Switcher 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
This extension allows user to enter up to 4 proxy servers and randomly hop through them every 60s while extension is open. This extension has a really simple interface for no-frills configuration.
Extension Basic Information
Name | Random Proxy Switcher |
ID | kdmdbahkimnclcmnppaagnnnpdjfggbb |
Official URL | https://chromewebstore.google.com/detail/random-proxy-switcher/kdmdbahkimnclcmnppaagnnnpdjfggbb |
Description | Cycles between proxies randomly every 60 seconds. |
File Size | 263 KB |
Installation Count | 1,749 |
Current Version | 0.0.2 |
Last Updated | 2014-10-24 |
Publish Date | 2014-10-24 |
Rating | 4.33/5 Total 12 Ratings |
Developer | webrobots |
[email protected] | |
Payment Type | free |
Extension Website | http://werobots.io |
Privacy Policy Page URL | https://webrobots.io/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Proxy Switcher", "description": "Cycles between proxies randomly every 60 seconds.", "version": "0.0.2", "browser_action": { "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "proxy" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'" } |