VPN Master - Free HTTP and SOCKS Proxies
A free reliable VPN solution based on HTTP, SOCKS4, and SOCKS5 proxy servers
VPN Master - Free HTTP and SOCKS Proxies란 무엇입니까?
VPN Master - Free HTTP and SOCKS Proxies은(는) emano.waldeck에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A free reliable VPN solution based on HTTP, SOCKS4, and SOCKS5 proxy servers"입니다.
확장 프로그램 스크린샷
VPN Master - Free HTTP and SOCKS Proxies 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The "VPN Master" extension is a VPN solution based on two free proxy providers. You can select from these API servers and the extension finds a suitable proxy for you. The proxy type can be HTTP, SOCKS4, and SOCKS5. When a new server is returned by the API, the extension validates your connectivity using the "checkip.dyndns.org" service. If the connection is not reliable, the extension resets the currently set proxy server and looks for other alternative proxies. The following options are configurable: 1. GET requests support 2. POST requests support 3. Cookies support 4. Referer header support 5. User-agent header support 6. HTTPS support 7. Anonymity Level 8. Proxy Protocol 9. Country There are two built-in tools in the popup: 1. Check DNS leakage 2. Check the external IP address
확장 프로그램 기본 정보
이름 | VPN Master - Free HTTP and SOCKS Proxies |
ID | akeehkgglkmpapdnanoochpfmeghfdln |
공식 URL | https://chromewebstore.google.com/detail/vpn-master-free-http-and/akeehkgglkmpapdnanoochpfmeghfdln |
설명 | A free reliable VPN solution based on HTTP, SOCKS4, and SOCKS5 proxy servers |
파일 크기 | 142 KB |
설치 횟수 | 11,078 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2022-03-08 |
출시 날짜 | 2019-07-24 |
평점 | 4.02/5 총 64 개의 평점 |
개발자 | emano.waldeck |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Emano-Waldeck/vpn-master |
도움말 페이지 URL | https://github.com/Emano-Waldeck/vpn-master |
지원되는 언어 | de,en,fr,nl,da,et,it,hu,fi,cs,el,bg,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.2", "name": "VPN Master - Free HTTP and SOCKS Proxies", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "permissions": [ "storage", "proxy" ], "host_permissions": [ "http:\/\/pubproxy.com\/api\/proxy", "https:\/\/api.getproxylist.com\/proxy", "http:\/\/checkip.dyndns.org\/", "https:\/\/www.proxy-list.download\/api\/v1\/get", "https:\/\/proxylist.geonode.com\/api\/proxy-list", "https:\/\/raw.githubusercontent.com\/jetkai\/proxy-list\/main\/online-proxies\/json\/proxies.json", "https:\/\/raw.githubusercontent.com\/scidam\/proxy-list\/master\/proxy.json" ], "homepage_url": "https:\/\/add0n.com\/network-master.html", "background": { "service_worker": "worker.js" }, "action": { "default_popup": "data\/popup\/index.html" }, "commands": { "_execute_action": { "description": "Press the action button" } } } |