attoVPN

attoVPN is a nice and simple VPN.

Co to jest attoVPN?

attoVPN to rozszerzenie Chrome opracowane przez Brahma Sharma, a jego główną funkcją jest „attoVPN is a nice and simple VPN.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia attoVPN

Pobierz pliki rozszerzeń attoVPN w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa attoVPN attoVPN
ID bjabnmkjdfdhpcegibkdoolipmagdilg
Oficjalny URL https://chrome.google.com/webstore/detail/attovpn/bjabnmkjdfdhpcegibkdoolipmagdilg
Opis attoVPN is a nice and simple VPN.
Rozmiar pliku 48.24 KB
Liczba instalacji 25
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-07-09
Data Publikacji 2021-07-07
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper Brahma Sharma
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}