HQ VPN

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

Apa itu HQ VPN?

HQ VPN adalah ekstensi Chrome yang dikembangkan oleh HQ VPN, dan fitur utamanya adalah "Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi HQ VPN

Unduh file ekstensi HQ VPN dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama HQ VPN HQ VPN
ID nbadlaimkefoghbjibbkdjggnmopppli
URL Resmi https://chromewebstore.google.com/detail/hq-vpn/nbadlaimkefoghbjibbkdjggnmopppli
Deskripsi Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.
Ukuran File 1.28 MB
Jumlah Instalasi 659
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-03-15
Tanggal Publikasi 2022-11-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang HQ VPN
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://hqvpn.net/
URL Halaman Bantuan https://edusystemsou.zendesk.com/hc/en-us/categories/6014274951197-HQ-VPN
URL Halaman Kebijakan Privasi https://hqvpn.net/info/privacy-policy
Bahasa yang Didukung 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"
    }
}