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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |