Trust VPN

TrustVPN is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.

Trust VPNとは何ですか?

Trust VPNはhttps://trustvpn.meによって開発されたChromeの拡張機能で、その主な機能は「TrustVPN is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.」です。

拡張機能のスクリーンショット

screenshot

Trust VPN拡張機能のCRXファイルをダウンロード

Trust VPN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The major advantages of Trust VPN:

- Access to all sites
Trust provides secure access to all your favorite sites, instant messengers, and social networks.

- Work on all devices
You can use Trust VPN on your phone, tablet, or computer. All devices are secure.

- Protection of your wi-fi connection
You can securely connect to public wi-fi and you do not have to worry that someone will steal your data. By paying by a bank card via an open wi-fi, you will keep your payment data secure.

- Confidentiality
We do not store logs, so no one will ever know which sites you have visited.

- Lack of advertising
Our ad-free app doesn't change your device traffic.

- High bandwidth capacity of our servers.
You will love the internet speed when using Trust VPN

Trust VPN has no hidden fees or charges, just a monthly or yearly subscription which you can cancel at any time.                    

拡張機能の基本情報

名前 Trust VPN Trust VPN
ID kfihojamhpniakcbepoklmbblgpcblfo
公式URL https://chromewebstore.google.com/detail/trust-vpn/kfihojamhpniakcbepoklmbblgpcblfo
説明 TrustVPN is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.
ファイルサイズ 1.09 MB
インストール数 276
現在のバージョン 2.0.0
最終更新日 2023-11-20
公開日 2021-06-29
評価 2.00/5 合計 4 レビュー
開発者 https://trustvpn.me
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://trustvpn.me/
ヘルプページのURL https://trustvpn.me/
プライバシーポリシーページのURL https://trustvpn.me/en/extension/privacy-policy
対応言語 en
manifest.json
{
    "manifest_version": 3,
    "name": "Trust VPN",
    "version": "2.0.0",
    "description": "TrustVPN is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon128.png"
        },
        "default_popup": "pages\/popup.html",
        "default_title": "TrustVPN"
    },
    "permissions": [
        "tabs",
        "proxy",
        "storage",
        "privacy",
        "webRequest",
        "notifications",
        "alarms",
        "cookies",
        "webRequestAuthProvider",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "pages\/background.js"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}