HQ VPN

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

O que é HQ VPN?

HQ VPN é uma extensão do Chrome desenvolvida por HQ VPN, e sua principal característica é "Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão HQ VPN

Baixe arquivos de extensão HQ VPN no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome HQ VPN HQ VPN
ID nbadlaimkefoghbjibbkdjggnmopppli
URL Oficial https://chromewebstore.google.com/detail/hq-vpn/nbadlaimkefoghbjibbkdjggnmopppli
Descrição Provide users with a single VPN ecosystem for all their gadgets on different operating systems using one account.
Tamanho do Arquivo 1.28 MB
Contagem de Instalações 659
Versão Atual 1.0.3
Última Atualização 2023-03-15
Data de Publicação 2022-11-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor HQ VPN
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://hqvpn.net/
URL da Página de Ajuda https://edusystemsou.zendesk.com/hc/en-us/categories/6014274951197-HQ-VPN
URL da Página de Política de Privacidade https://hqvpn.net/info/privacy-policy
Idiomas Suportados 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"
    }
}