Custom vpn for lixi88

change vpn.

Apa itu Custom vpn for lixi88?

Custom vpn for lixi88 adalah ekstensi Chrome yang dikembangkan oleh MyTalent, dan fitur utamanya adalah "change vpn.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Custom vpn for lixi88

Unduh file ekstensi Custom vpn for lixi88 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Auto connect VPN                    

Informasi Dasar Ekstensi

Nama Custom vpn for lixi88 Custom vpn for lixi88
ID giicgaaobmdldgjpbinocofnhfhnklpm
URL Resmi https://chromewebstore.google.com/detail/custom-vpn-for-lixi88/giicgaaobmdldgjpbinocofnhfhnklpm
Deskripsi change vpn.
Ukuran File 1.4 MB
Jumlah Instalasi 1,177
Versi Saat Ini 4.0
Terakhir Diperbarui 2020-04-29
Tanggal Publikasi 2020-04-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang MyTalent
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}