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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |