HQ VPN
Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.
Wat is HQ VPN?
HQ VPN is een Chrome-extensie ontwikkeld door HQ VPN, en de belangrijkste functie is "Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.".
Extensie Screenshots
Download het CRX-bestand van de extensie HQ VPN
Download HQ VPN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | HQ VPN |
ID | nbadlaimkefoghbjibbkdjggnmopppli |
Officiële URL | https://chromewebstore.google.com/detail/hq-vpn/nbadlaimkefoghbjibbkdjggnmopppli |
Beschrijving | Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account. |
Bestandsgrootte | 1.28 MB |
Aantal Installaties | 659 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-03-15 |
Publicatiedatum | 2022-11-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | HQ VPN |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://hqvpn.net/ |
Help Pagina-URL | https://edusystemsou.zendesk.com/hc/en-us/categories/6014274951197-HQ-VPN |
URL van de Privacybeleid Pagina | https://hqvpn.net/info/privacy-policy |
Ondersteunde Talen | 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" } } |