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 |
官方網址 | 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'" } |