Trust.Zone VPN Proxy
Trust.Zone - truly anonymous VPN and Proxy
Trust.Zone VPN Proxy란 무엇입니까?
Trust.Zone VPN Proxy은(는) https://trust.zone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trust.Zone - truly anonymous VPN and Proxy"입니다.
확장 프로그램 스크린샷
Trust.Zone VPN Proxy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hide your IP Address and Location, unblock any websites and Geo-restricted content on the web with unlimited and #1 Anonymous VPN Proxy service. Trust.Zone VPN is unlimited, anonymous and zero-log VPN Proxy for private Internet surfing. It hides your IP address and Location while using Chrome Unblock any websites, access streaming services and download files and p2p anonymously In addition, Trust.Zone extension: - Prevents your Internet Service Provider from monitoring your online activity - Works with Wi-Fi, LTE/4G, 3G and all mobile providers - Doesn't store logs - Works in any country. 150+ servers worldwide - Unlimited traffic and unlimited bandwidth - Protects from hackers - Under offshore jurisdiction (Seychelles, out of 14 eyes) - Allows p2p and file sharing - No personal details needed. Just email! - 3 days FREE
확장 프로그램 기본 정보
이름 | Trust.Zone VPN Proxy |
ID | nfepbdhdbmcjpbjgpgcimfjlnjglpobn |
공식 URL | https://chromewebstore.google.com/detail/trustzone-vpn-proxy/nfepbdhdbmcjpbjgpgcimfjlnjglpobn |
설명 | Trust.Zone - truly anonymous VPN and Proxy |
파일 크기 | 3.09 MB |
설치 횟수 | 4,350 |
현재 버전 | 1.0.12 |
최근 업데이트 | 2022-07-29 |
출시 날짜 | 2020-02-06 |
평점 | 2.54/5 총 13 개의 평점 |
개발자 | https://trust.zone |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://trust.zone/contact |
개인정보 보호 정책 페이지 URL | https://trust.zone/privacy |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appname__", "short_name": "__MSG_appshortname__", "version": "1.0.12", "description": "__MSG_appdesc__", "default_locale": "en", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/icon16.png" }, "default_title": "Trust.Zone VPN Proxy", "default_popup": "popup.html" }, "permissions": [ "https:\/\/trust.zone\/*", "storage", "proxy", "privacy", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "js\/background.js" ] } } |