Push VPN - Unlimited Proxy

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

Was ist Push VPN - Unlimited Proxy?

Push VPN - Unlimited Proxy ist eine Chrome-Erweiterung, die von PushVPN entwickelt wurde, und ihr Hauptmerkmal ist "Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Push VPN - Unlimited Proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Push VPN - Unlimited Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Push VPN - Unlimited Proxy Push VPN - Unlimited Proxy
ID eidnihaadmmancegllknfbliaijfmkgo
Offizielle URL https://chrome.google.com/webstore/detail/push-vpn-unlimited-proxy/eidnihaadmmancegllknfbliaijfmkgo
Beschreibung Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.
Dateigröße 256 KB
Installationsanzahl 4,000
Aktuelle Version 1.4.1
Letztes Update 2020-03-10
Veröffentlichungsdatum 2020-03-10
Bewertung 3.78/5 Insgesamt 32 Bewertungen
Entwickler PushVPN
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pushvpn.com
Hilfeseite URL https://pushvpn.com/contact-pushvpn
Unterstützte Sprachen 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"
    }
}