attoVPN

attoVPN is a nice and simple VPN.

Qu'est-ce que attoVPN ?

attoVPN est une extension Chrome développée par Brahma Sharma, et sa fonction principale est "attoVPN is a nice and simple VPN.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension attoVPN

Téléchargez les fichiers d'extension attoVPN 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

                        See websites that are blocked with attoVPN. attoVPN is easily one of the best free VPNs out there.

Features:
✔Unrestricts sites
✔Easy interface
✔Hides your IP address
✔No ads

Why install it?
attoVPN has no sign up forms, no payment forms, no data collection, just a privacy protector.                    

Informations de Base sur l'Extension

Nom attoVPN attoVPN
ID bjabnmkjdfdhpcegibkdoolipmagdilg
URL Officiel https://chrome.google.com/webstore/detail/attovpn/bjabnmkjdfdhpcegibkdoolipmagdilg
Description attoVPN is a nice and simple VPN.
Taille du Fichier 48.24 KB
Nombre d'Installations 25
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-07-09
Date de Publication 2021-07-07
Évaluation 1.00/5 Total 2 Évaluations
Développeur Brahma Sharma
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "attoVPN",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "attoVPN is a nice and simple VPN.",
    "homepage_url": "http:\/\/blank.org",
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "attovpn",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ]
}