Proxy List Pro
Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.
Proxy List Pro란 무엇입니까?
Proxy List Pro은(는) http://proxylistpro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions."입니다.
확장 프로그램 스크린샷
Proxy List Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions and/or looking to browse the internet securely.
확장 프로그램 기본 정보
이름 | |
ID | oicamophdnojgacgbobolcnhbbgpiknb |
공식 URL | https://chrome.google.com/webstore/detail/proxy-list-pro/oicamophdnojgacgbobolcnhbbgpiknb |
설명 | Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions. |
파일 크기 | 213 KB |
설치 횟수 | 1,668 |
현재 버전 | 7.0 |
최근 업데이트 | 2014-05-12 |
출시 날짜 | 2014-05-12 |
평점 | 3.50/5 총 34 개의 평점 |
개발자 | http://proxylistpro.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://hide-my-ip.org/page/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proxy List Pro", "version": "7.0", "description": "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.", "icons": { "48": "img\/icon.png" }, "browser_action": { "default_title": "Proxy List Pro", "default_popup": "popup.html", "default_icon": { "19": "img\/disabled.png" } }, "permissions": [ "tabs", "webRequest", "*:\/\/*.proxylistpro.com\/" ], "background": { "scripts": [ "bg.js" ] } } |