HQ VPN

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

Vad är HQ VPN?

HQ VPN är en Chrome-tillägg utvecklad av HQ VPN, och dess huvudfunktion är "Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner HQ VPN-förlängningens CRX-fil

Ladda ner HQ VPN-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn HQ VPN HQ VPN
ID nbadlaimkefoghbjibbkdjggnmopppli
Officiell webbadress https://chromewebstore.google.com/detail/hq-vpn/nbadlaimkefoghbjibbkdjggnmopppli
Beskrivning Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.
Filstorlek 1.28 MB
Antal Installationer 659
Aktuell Version 1.0.3
Senast Uppdaterad 2023-03-15
Publiceringsdatum 2022-11-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare HQ VPN
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://hqvpn.net/
Hjälpsida URL https://edusystemsou.zendesk.com/hc/en-us/categories/6014274951197-HQ-VPN
URL till Sekretesspolicy Sidan https://hqvpn.net/info/privacy-policy
Stödda Språk 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"
    }
}