Custom vpn for lixi88

change vpn.

Custom vpn for lixi88란 무엇입니까?

Custom vpn for lixi88은(는) MyTalent에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "change vpn."입니다.

확장 프로그램 스크린샷

screenshot

Custom vpn for lixi88 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Auto connect VPN                    

확장 프로그램 기본 정보

이름 Custom vpn for lixi88 Custom vpn for lixi88
ID giicgaaobmdldgjpbinocofnhfhnklpm
공식 URL https://chromewebstore.google.com/detail/custom-vpn-for-lixi88/giicgaaobmdldgjpbinocofnhfhnklpm
설명 change vpn.
파일 크기 1.4 MB
설치 횟수 1,177
현재 버전 4.0
최근 업데이트 2020-04-29
출시 날짜 2020-04-27
평점 5.00/5 총 1 개의 평점
개발자 MyTalent
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
        }
    ]
}