Push VPN - Unlimited Proxy

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

What is Push VPN - Unlimited Proxy?

Push VPN - Unlimited Proxy is a Chrome extension developed by PushVPN, and its main feature is "Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Push VPN - Unlimited Proxy Extension CRX File

Download Push VPN - Unlimited Proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Push VPN - Unlimited Proxy Push VPN - Unlimited Proxy
ID eidnihaadmmancegllknfbliaijfmkgo
Official URL https://chrome.google.com/webstore/detail/push-vpn-unlimited-proxy/eidnihaadmmancegllknfbliaijfmkgo
Description Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.
File Size 256 KB
Installation Count 4,000
Current Version 1.4.1
Last Updated 2020-03-10
Publish Date 2020-03-10
Rating 3.78/5 Total 32 Ratings
Developer PushVPN
Email [email protected]
Payment Type free
Extension Website https://pushvpn.com
Help Page URL https://pushvpn.com/contact-pushvpn
Supported Languages 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"
    }
}