Touch VPN

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

Touch VPN là gì?

Touch VPN 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à "Touch 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 Touch VPN

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

                        Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!                    

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

Tên Touch VPN Touch VPN
ID ibnheiimocabbfkeebechfjjnpbdcakj
URL Chính Thức https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj
Mô tả Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 3,255
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-07-01
Đánh Giá 2.00/5 Tổng số 4 Đá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
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Touch VPN",
    "version": "1.1.1",
    "description": "Touch 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": "Touch VPN",
        "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
}