attoVPN
attoVPN is a nice and simple VPN.
Was ist attoVPN?
attoVPN ist eine Chrome-Erweiterung, die von Brahma Sharma entwickelt wurde, und ihr Hauptmerkmal ist "attoVPN is a nice and simple VPN.".
Erweiterungsscreenshots
attoVPN-Erweiterungs-CRX-Datei herunterladen
Laden Sie attoVPN-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bjabnmkjdfdhpcegibkdoolipmagdilg |
Offizielle URL | https://chrome.google.com/webstore/detail/attovpn/bjabnmkjdfdhpcegibkdoolipmagdilg |
Beschreibung | attoVPN is a nice and simple VPN. |
Dateigröße | 48.24 KB |
Installationsanzahl | 25 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2021-07-09 |
Veröffentlichungsdatum | 2021-07-07 |
Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
Entwickler | Brahma Sharma |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |