Go VPN Unlimited

Go VPN Unlimited

Go VPN Unlimited là gì?

Go VPN Unlimited là một tiện ích mở rộng Chrome được phát triển bởi pricealertinfo, và tính năng chính của nó là "Go VPN Unlimited".

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

screenshot
screenshot
screenshot

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

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

                        GO VPN is the best VPN Extension for Desktop and Android. Download for free and surf more of the web by getting around location-based restrictions. Get access to websites, social media, music, videos and content from all over the world.                    

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

Tên Go VPN Unlimited Go VPN Unlimited
ID ndfcjhfpghipiddnngmgalkdheieencl
URL Chính Thức https://chrome.google.com/webstore/detail/go-vpn-unlimited/ndfcjhfpghipiddnngmgalkdheieencl
Mô tả Go VPN Unlimited
Kích Thước Tệp 78.58 KB
Số Lần Cài Đặt 285
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-06-27
Ngày Phát Hành 2021-06-27
Nhà Phát Triển pricealertinfo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://govpnunlimited.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go VPN Unlimited",
    "version": "1.0",
    "description": "Go VPN Unlimited",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "48": "images\/icons\/48.png",
            "128": "images\/icons\/128.png"
        },
        "default_title": "Go VPN Unlimited",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/govpnunlimited.com\/vpn\/*",
        "*:\/\/*.a-ads.com\/*"
    ]
}