Push VPN - Unlimited Proxy

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

Vad är Push VPN - Unlimited Proxy?

Push VPN - Unlimited Proxy är en Chrome-tillägg utvecklad av PushVPN, och dess huvudfunktion är "Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Push VPN - Unlimited Proxy-förlängningens CRX-fil

Ladda ner Push VPN - Unlimited Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Push VPN - Unlimited Proxy Push VPN - Unlimited Proxy
ID eidnihaadmmancegllknfbliaijfmkgo
Officiell webbadress https://chrome.google.com/webstore/detail/push-vpn-unlimited-proxy/eidnihaadmmancegllknfbliaijfmkgo
Beskrivning Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.
Filstorlek 256 KB
Antal Installationer 4,000
Aktuell Version 1.4.1
Senast Uppdaterad 2020-03-10
Publiceringsdatum 2020-03-10
Betyg 3.78/5 Totalt 32 Betyg
Utvecklare PushVPN
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pushvpn.com
Hjälpsida URL https://pushvpn.com/contact-pushvpn
Stödda Språk 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"
    }
}