Push VPN - Unlimited Proxy

Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.

O que é Push VPN - Unlimited Proxy?

Push VPN - Unlimited Proxy é uma extensão do Chrome desenvolvida por PushVPN, e sua principal característica é "Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Push VPN - Unlimited Proxy

Baixe arquivos de extensão Push VPN - Unlimited Proxy 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

                        Enjoy safe and private internet access with Push VPN's Ultra Fast and Zero Logs servers network.
Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.

Advantages
• One Free Unlimited VPN Server
• Hide your IP address
• Be safe on public Wi-Fi networks
• Stay hidden by a Strict No Logs Policy

Features
- 1000+ Servers in 50+ Countries
- Connect on Demand
- Automatic Kill Switch
- Connect up to 7 devices under one account                    

Informações Básicas da Extensão

Nome Push VPN - Unlimited Proxy Push VPN - Unlimited Proxy
ID eidnihaadmmancegllknfbliaijfmkgo
URL Oficial https://chrome.google.com/webstore/detail/push-vpn-unlimited-proxy/eidnihaadmmancegllknfbliaijfmkgo
Descrição Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.
Tamanho do Arquivo 256 KB
Contagem de Instalações 4,000
Versão Atual 1.4.1
Última Atualização 2020-03-10
Data de Publicação 2020-03-10
Classificação 3.78/5 Total de 32 Avaliações
Desenvolvedor PushVPN
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pushvpn.com
URL da Página de Ajuda https://pushvpn.com/contact-pushvpn
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push VPN - Unlimited Proxy",
    "author": "PushVPN",
    "version": "1.4.1",
    "description": "Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.",
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "privacy",
        "",
        "storage",
        "idle",
        "notifications",
        "tabs"
    ],
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html"
    }
}