Trust VPN

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

Qu'est-ce que Trust VPN ?

Trust VPN est une extension Chrome développée par https://trustvpn.me, et sa fonction principale est "TrustVPN is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trust VPN

Téléchargez les fichiers d'extension Trust VPN au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Trust VPN Trust VPN
ID kfihojamhpniakcbepoklmbblgpcblfo
URL Officiel https://chromewebstore.google.com/detail/trust-vpn/kfihojamhpniakcbepoklmbblgpcblfo
Description TrustVPN is the fastest, easiest, and most secure VPN service which protects your online activities and data around the clock.
Taille du Fichier 1.09 MB
Nombre d'Installations 276
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-11-20
Date de Publication 2021-06-29
Évaluation 2.00/5 Total 4 Évaluations
Développeur https://trustvpn.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://trustvpn.me/
URL de la Page d'Aide https://trustvpn.me/
URL de la Page de Politique de Confidentialité https://trustvpn.me/en/extension/privacy-policy
Langues Prises en Charge 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"
}