TeraVPN - v2

Connect to the world with our VPN

O que é TeraVPN - v2?

TeraVPN - v2 é uma extensão do Chrome desenvolvida por http://teravpn.com, e sua principal característica é "Connect to the world with our VPN".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TeraVPN - v2

Baixe arquivos de extensão TeraVPN - v2 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

                        Use TeraVPN Extension to encrypt all your traffic to the internet. You can select multiple locations. Unblock the websites blocked in your school, company or country by just click of the button. If you are concerned about your privacy on the internet then just select TeraVPN and let our encrypted servers take care of your privacy.                    

Informações Básicas da Extensão

Nome TeraVPN - v2 TeraVPN - v2
ID oafneeanecdjmfcihhjaldcijepgolhn
URL Oficial https://chrome.google.com/webstore/detail/teravpn-v2/oafneeanecdjmfcihhjaldcijepgolhn
Descrição Connect to the world with our VPN
Tamanho do Arquivo 3.1 MB
Contagem de Instalações 50
Versão Atual 2.6.0
Última Atualização 2021-09-17
Data de Publicação 2021-06-08
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor http://teravpn.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://teravpn.com
URL da Página de Ajuda https://teravpn.com
URL da Página de Política de Privacidade https://teravpn.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TeraVPN - v2",
    "description": "Connect to the world with our VPN",
    "version": "2.6.0",
    "icons": {
        "128": "icons\/128off.png",
        "48": "icons\/48off.png"
    },
    "permissions": [
        "proxy",
        "notifications",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icons\/128off.png",
        "default_title": "TeraVPN",
        "default_popup": "j.html"
    },
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "background.js"
        ]
    },
    "minimum_chrome_version": "31.0.0"
}