HQ VPN

Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.

Co to jest HQ VPN?

HQ VPN to rozszerzenie Chrome opracowane przez HQ VPN, a jego główną funkcją jest „Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia HQ VPN

Pobierz pliki rozszerzeń HQ VPN 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

                        HQ VPN is a multi-platform VPN service that has the following advantages:

- Protection from annoying ads and unwelcome data tracking.
- No geographical restrictions on content.
- Location data privacy.
- Anonymous search history.
- Safe online shopping and bank transactions                    

Podstawowe informacje o rozszerzeniu

Nazwa HQ VPN HQ VPN
ID nbadlaimkefoghbjibbkdjggnmopppli
Oficjalny URL https://chromewebstore.google.com/detail/hq-vpn/nbadlaimkefoghbjibbkdjggnmopppli
Opis Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.
Rozmiar pliku 1.28 MB
Liczba instalacji 659
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2023-03-15
Data Publikacji 2022-11-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper HQ VPN
E-mail hello.hq.vpn@gmail.com
Typ Płatności in_app
Strona Rozszerzenia https://hqvpn.net/
Adres URL Strony Pomocy https://edusystemsou.zendesk.com/hc/en-us/categories/6014274951197-HQ-VPN
Adres URL Strony Polityki Prywatności https://hqvpn.net/info/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HQ VPN",
    "description": "Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.",
    "version": "1.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "proxy",
        "storage",
        "notifications",
        "management"
    ],
    "incognito": "split",
    "author": "WEBCASE",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/favicon-16x16.png",
            "32": "\/images\/favicon-32x32.png",
            "48": "\/images\/favicon-48x48.png",
            "128": "\/images\/favicon-144x144.png"
        }
    },
    "icons": {
        "16": "\/images\/favicon-16x16.png",
        "32": "\/images\/favicon-32x32.png",
        "48": "\/images\/favicon-48x48.png",
        "128": "\/images\/favicon-144x144.png"
    }
}