Push VPN - Unlimited Proxy

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

Push VPN - Unlimited Proxy là gì?

Push VPN - Unlimited Proxy là một tiện ích mở rộng Chrome được phát triển bởi PushVPN, và tính năng chính của nó là "Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Push VPN - Unlimited Proxy

Tải xuống các tệp mở rộng Push VPN - Unlimited Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Push VPN - Unlimited Proxy Push VPN - Unlimited Proxy
ID eidnihaadmmancegllknfbliaijfmkgo
URL Chính Thức https://chrome.google.com/webstore/detail/push-vpn-unlimited-proxy/eidnihaadmmancegllknfbliaijfmkgo
Mô tả Bypass any form of geo-restrictions, closedowns, and digital censorship on the web.
Kích Thước Tệp 256 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2020-03-10
Ngày Phát Hành 2020-03-10
Đánh Giá 3.78/5 Tổng số 32 Đánh Giá
Nhà Phát Triển PushVPN
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pushvpn.com
URL Trang Trợ Giúp https://pushvpn.com/contact-pushvpn
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}