HQ VPN
Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.
Cos'è HQ VPN?
HQ VPN è un'estensione di Chrome sviluppata da HQ VPN, e la sua funzione principale è "Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HQ VPN
Scarica i file di estensione HQ VPN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | HQ VPN |
ID | nbadlaimkefoghbjibbkdjggnmopppli |
URL Ufficiale | https://chromewebstore.google.com/detail/hq-vpn/nbadlaimkefoghbjibbkdjggnmopppli |
Descrizione | Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account. |
Dimensione del File | 1.28 MB |
Conteggio Installazioni | 659 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2023-03-15 |
Data di Pubblicazione | 2022-11-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | HQ VPN |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://hqvpn.net/ |
URL della Pagina di Aiuto | https://edusystemsou.zendesk.com/hc/en-us/categories/6014274951197-HQ-VPN |
URL della Pagina della Politica sulla Privacy | https://hqvpn.net/info/privacy-policy |
Lingue Supportate | 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" } } |