Trust VPN

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

Trust VPN là gì?

Trust VPN là một tiện ích mở rộng Chrome được phát triển bởi https://trustvpn.me, và tính năng chính của nó là "TrustVPN is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trust VPN

Tải xuống các tệp mở rộng Trust VPN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trust VPN Trust VPN
ID kfihojamhpniakcbepoklmbblgpcblfo
URL Chính Thức https://chromewebstore.google.com/detail/trust-vpn/kfihojamhpniakcbepoklmbblgpcblfo
Mô tả TrustVPN is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.
Kích Thước Tệp 1.09 MB
Số Lần Cài Đặt 276
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-11-20
Ngày Phát Hành 2021-06-29
Đánh Giá 2.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://trustvpn.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://trustvpn.me/
URL Trang Trợ Giúp https://trustvpn.me/
URL Trang Chính Sách Bảo Mật https://trustvpn.me/en/extension/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}