Push VPN - Unlimited Proxy

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

Co to jest Push VPN - Unlimited Proxy?

Push VPN - Unlimited Proxy to rozszerzenie Chrome opracowane przez PushVPN, a jego główną funkcją jest „Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Push VPN - Unlimited Proxy

Pobierz pliki rozszerzeń Push VPN - Unlimited Proxy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Push VPN - Unlimited Proxy Push VPN - Unlimited Proxy
ID eidnihaadmmancegllknfbliaijfmkgo
Oficjalny URL https://chrome.google.com/webstore/detail/push-vpn-unlimited-proxy/eidnihaadmmancegllknfbliaijfmkgo
Opis Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.
Rozmiar pliku 256 KB
Liczba instalacji 4,000
Aktualna Wersja 1.4.1
Ostatnia Aktualizacja 2020-03-10
Data Publikacji 2020-03-10
Ocena 3.78/5 Łącznie 32 Oceny
Deweloper PushVPN
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pushvpn.com
Adres URL Strony Pomocy https://pushvpn.com/contact-pushvpn
Obsługiwane Języki 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"
    }
}