Custom vpn for lixi88

change vpn.

Custom vpn for lixi88 là gì?

Custom vpn for lixi88 là một tiện ích mở rộng Chrome được phát triển bởi MyTalent, và tính năng chính của nó là "change vpn.".

Ả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 Custom vpn for lixi88

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

                        Auto connect VPN                    

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

Tên Custom vpn for lixi88 Custom vpn for lixi88
ID giicgaaobmdldgjpbinocofnhfhnklpm
URL Chính Thức https://chromewebstore.google.com/detail/custom-vpn-for-lixi88/giicgaaobmdldgjpbinocofnhfhnklpm
Mô tả change vpn.
Kích Thước Tệp 1.4 MB
Số Lần Cài Đặt 1,177
Phiên Bản Hiện Tại 4.0
Cập Nhật Lần Cuối 2020-04-29
Ngày Phát Hành 2020-04-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển MyTalent
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "images\/setupvpn-48-grey.png",
        "default_popup": "popup.html",
        "default_title": "SetupVPN"
    },
    "description": "change vpn.",
    "icons": {
        "128": "images\/setupvpn-128.png"
    },
    "manifest_version": 2,
    "name": "Custom vpn for lixi88",
    "permissions": [
        "storage",
        "proxy",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "management"
    ],
    "short_name": "SetupVPN",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lixi88.info\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/papaparse.js",
                "js\/script_lixi.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}