Push VPN - Unlimited Proxy

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

Cos'è Push VPN - Unlimited Proxy?

Push VPN - Unlimited Proxy è un'estensione di Chrome sviluppata da PushVPN, e la sua funzione principale è "Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Push VPN - Unlimited Proxy

Scarica i file di estensione Push VPN - Unlimited Proxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Push VPN - Unlimited Proxy Push VPN - Unlimited Proxy
ID eidnihaadmmancegllknfbliaijfmkgo
URL Ufficiale https://chrome.google.com/webstore/detail/push-vpn-unlimited-proxy/eidnihaadmmancegllknfbliaijfmkgo
Descrizione Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.
Dimensione del File 256 KB
Conteggio Installazioni 4,000
Versione Corrente 1.4.1
Ultimo Aggiornamento 2020-03-10
Data di Pubblicazione 2020-03-10
Valutazione 3.78/5 Totale 32 Valutazioni
Sviluppatore PushVPN
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pushvpn.com
URL della Pagina di Aiuto https://pushvpn.com/contact-pushvpn
Lingue Supportate 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"
    }
}