Push VPN - Unlimited Proxy

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

¿Qué es Push VPN - Unlimited Proxy?

Push VPN - Unlimited Proxy es una extensión de Chrome desarrollada por PushVPN, y su función principal es "Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Push VPN - Unlimited Proxy

Descarga archivos de extensión Push VPN - Unlimited Proxy 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

                        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                    

Información Básica de la Extensión

Nombre Push VPN - Unlimited Proxy Push VPN - Unlimited Proxy
ID eidnihaadmmancegllknfbliaijfmkgo
URL Oficial https://chrome.google.com/webstore/detail/push-vpn-unlimited-proxy/eidnihaadmmancegllknfbliaijfmkgo
Descripción Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.
Tamaño del Archivo 256 KB
Cantidad de Instalaciones 4,000
Versión Actual 1.4.1
Última Actualización 2020-03-10
Fecha de Publicación 2020-03-10
Calificación 3.78/5 Total de 32 Calificaciones
Desarrollador PushVPN
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://pushvpn.com
URL de la Página de Ayuda https://pushvpn.com/contact-pushvpn
Idiomas Soportados 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"
    }
}