Random Proxy Switcher
Cycles between proxies randomly every 60 seconds.
什么是Random Proxy Switcher?
Random Proxy Switcher是由webrobots开发的Chrome扩展程序,该扩展的主要功能是“Cycles between proxies randomly every 60 seconds.”。
扩展截图
下载Random Proxy Switcher扩展crx文件
下载Random Proxy Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Random Proxy Switcher |
ID | kdmdbahkimnclcmnppaagnnnpdjfggbb |
官方URL | https://chromewebstore.google.com/detail/random-proxy-switcher/kdmdbahkimnclcmnppaagnnnpdjfggbb |
简介 | Cycles between proxies randomly every 60 seconds. |
文件大小 | 263 KB |
安装次数 | 1,749 |
当前版本 | 0.0.2 |
更新时间 | 2014-10-24 |
上架时间 | 2014-10-24 |
评分 | 4.33/5 共12次评分 |
开发者 | webrobots |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://werobots.io |
隐私政策页面URL | https://webrobots.io/privacy-policy |
支持的语言 | 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'" } |