attoVPN
attoVPN is a nice and simple VPN.
Wat is attoVPN?
attoVPN is een Chrome-extensie ontwikkeld door Brahma Sharma, en de belangrijkste functie is "attoVPN is a nice and simple VPN.".
Extensie Screenshots
Download het CRX-bestand van de extensie attoVPN
Download attoVPN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bjabnmkjdfdhpcegibkdoolipmagdilg |
Officiële URL | https://chrome.google.com/webstore/detail/attovpn/bjabnmkjdfdhpcegibkdoolipmagdilg |
Beschrijving | attoVPN is a nice and simple VPN. |
Bestandsgrootte | 48.24 KB |
Aantal Installaties | 25 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2021-07-09 |
Publicatiedatum | 2021-07-07 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Brahma Sharma |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |