attoVPN
attoVPN is a nice and simple VPN.
Cos'è attoVPN?
attoVPN è un'estensione di Chrome sviluppata da Brahma Sharma, e la sua funzione principale è "attoVPN is a nice and simple VPN.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione attoVPN
Scarica i file di estensione attoVPN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bjabnmkjdfdhpcegibkdoolipmagdilg |
URL Ufficiale | https://chrome.google.com/webstore/detail/attovpn/bjabnmkjdfdhpcegibkdoolipmagdilg |
Descrizione | attoVPN is a nice and simple VPN. |
Dimensione del File | 48.24 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2021-07-09 |
Data di Pubblicazione | 2021-07-07 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | Brahma Sharma |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |