Custom vpn for lixi88

change vpn.

Wat is Custom vpn for lixi88?

Custom vpn for lixi88 is een Chrome-extensie ontwikkeld door MyTalent, en de belangrijkste functie is "change vpn.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Custom vpn for lixi88

Download Custom vpn for lixi88-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Auto connect VPN                    

Basisinformatie over de Extensie

Naam Custom vpn for lixi88 Custom vpn for lixi88
ID giicgaaobmdldgjpbinocofnhfhnklpm
Officiële URL https://chromewebstore.google.com/detail/custom-vpn-for-lixi88/giicgaaobmdldgjpbinocofnhfhnklpm
Beschrijving change vpn.
Bestandsgrootte 1.4 MB
Aantal Installaties 1,177
Huidige Versie 4.0
Laatst Bijgewerkt 2020-04-29
Publicatiedatum 2020-04-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar MyTalent
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}