Custom vpn for lixi88

change vpn.

Vad är Custom vpn for lixi88?

Custom vpn for lixi88 är en Chrome-tillägg utvecklad av MyTalent, och dess huvudfunktion är "change vpn.".

Tilläggsskärmbilder

screenshot

Ladda ner Custom vpn for lixi88-förlängningens CRX-fil

Ladda ner Custom vpn for lixi88-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Auto connect VPN                    

Grundläggande Information om Tillägg

Namn Custom vpn for lixi88 Custom vpn for lixi88
ID giicgaaobmdldgjpbinocofnhfhnklpm
Officiell webbadress https://chromewebstore.google.com/detail/custom-vpn-for-lixi88/giicgaaobmdldgjpbinocofnhfhnklpm
Beskrivning change vpn.
Filstorlek 1.4 MB
Antal Installationer 1,177
Aktuell Version 4.0
Senast Uppdaterad 2020-04-29
Publiceringsdatum 2020-04-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare MyTalent
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}