VPN Proxy

VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.

VPN Proxy là gì?

VPN Proxy là một tiện ích mở rộng Chrome được phát triển bởi Trellonet, và tính năng chính của nó là "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".

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

screenshot

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

Tải xuống các tệp mở rộng VPN 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

                        The best vpn for chrome, which can hide your network ip and protect your network security.                    

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

Tên VPN Proxy VPN Proxy
ID ghlpcaaifadoekifkmbclpkhdiolfeol
URL Chính Thức https://chromewebstore.google.com/detail/vpn-proxy/ghlpcaaifadoekifkmbclpkhdiolfeol
Mô tả VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 4,883
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-08-24
Ngày Phát Hành 2020-06-29
Đánh Giá 3.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Trellonet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.trellonet.com
URL Trang Trợ Giúp https://www.trellonet.com
URL Trang Chính Sách Bảo Mật https://www.trellonet.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPN Proxy",
    "version": "1.1.1",
    "description": "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.",
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "proxy"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js",
            "static\/js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "static\/img\/[email protected]",
        "default_title": "VPN Proxy",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/img\/[email protected]",
        "32": "static\/img\/[email protected]",
        "48": "static\/img\/[email protected]",
        "128": "static\/img\/[email protected]"
    },
    "manifest_version": 2
}