HQ VPN
Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.
¿Qué es HQ VPN?
HQ VPN es una extensión de Chrome desarrollada por HQ VPN, y su función principal es "Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión HQ VPN
Descarga archivos de extensión HQ VPN en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | HQ VPN |
ID | nbadlaimkefoghbjibbkdjggnmopppli |
URL Oficial | https://chromewebstore.google.com/detail/hq-vpn/nbadlaimkefoghbjibbkdjggnmopppli |
Descripción | Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account. |
Tamaño del Archivo | 1.28 MB |
Cantidad de Instalaciones | 659 |
Versión Actual | 1.0.3 |
Última Actualización | 2023-03-15 |
Fecha de Publicación | 2022-11-14 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | HQ VPN |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://hqvpn.net/ |
URL de la Página de Ayuda | https://edusystemsou.zendesk.com/hc/en-us/categories/6014274951197-HQ-VPN |
URL de la Página de Política de Privacidad | https://hqvpn.net/info/privacy-policy |
Idiomas Soportados | 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" } } |