cool-proxy.net proxy switcher
Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click.
cool-proxy.net proxy switcher란 무엇입니까?
cool-proxy.net proxy switcher은(는) https://www.cool-proxy.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click."입니다.
확장 프로그램 스크린샷
cool-proxy.net proxy switcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The simplest way to switch between proxies and enjoy surfing internet anonymously or un-anonymously. 1. Install this Chrome Extension 2. Go to Cool-proxy.net 3. Click on the "C" icon at the right side of each proxy to set your browser with this proxy. 4. Enjoy surfing internet through proxy server!
확장 프로그램 기본 정보
이름 | cool-proxy.net proxy switcher |
ID | ookgombpjlijckkdacfhglkcgglmcajb |
공식 URL | https://chromewebstore.google.com/detail/cool-proxynet-proxy-switc/ookgombpjlijckkdacfhglkcgglmcajb |
설명 | Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click. |
파일 크기 | 127 KB |
설치 횟수 | 629 |
현재 버전 | 0.0.12 |
최근 업데이트 | 2014-08-24 |
출시 날짜 | 2014-08-24 |
평점 | 3.00/5 총 9 개의 평점 |
개발자 | https://www.cool-proxy.net |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.12", "manifest_version": 2, "description": "Set proxy server with one click! Visit Cool-proxy.net, the best resource of proxy servers and set your browser with one click.", "icons": { "16": "images\/cool-proxy-icon-16.png", "48": "images\/cool-proxy-icon-48.png", "128": "images\/cool-proxy-icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/cool-proxy-icon-19.png", "38": "images\/cool-proxy-icon-38.png" }, "default_title": "cool-proxy.net proxy switcher", "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*.cool-proxy.net\/proxies\/http_proxy_list\/*", "https:\/\/*.cool-proxy.net\/proxies\/http_proxy_list\/*" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "proxy" ], "web_accessible_resources": [ "images\/cool-proxy-icon-128.png" ] } |