Push VPN - Unlimited Proxy

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

Hvad er Push VPN - Unlimited Proxy?

Push VPN - Unlimited Proxy er en Chrome-udvidelse udviklet af PushVPN, og dens hovedfunktion er "Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Push VPN - Unlimited Proxy-udvidelses-CRX-fil

Download Push VPN - Unlimited Proxy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Push VPN - Unlimited Proxy Push VPN - Unlimited Proxy
ID eidnihaadmmancegllknfbliaijfmkgo
Officiel URL https://chrome.google.com/webstore/detail/push-vpn-unlimited-proxy/eidnihaadmmancegllknfbliaijfmkgo
Beskrivelse Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.
Filstørrelse 256 KB
Antal Installationer 4,000
Nuværende Version 1.4.1
Senest Opdateret 2020-03-10
Udgivelsesdato 2020-03-10
Bedømmelse 3.78/5 Samlet 32 Bedømmelser
Udvikler PushVPN
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://pushvpn.com
Hjælpeside-URL https://pushvpn.com/contact-pushvpn
Understøttede Sprog 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"
    }
}