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文件
下載Trust.Zone VPN Proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } } |