台湾高铁抢票插件

Auther: WANG Runxin, Support Website: Fudan.university

台湾高铁抢票插件란 무엇입니까?

台湾高铁抢票插件은(는) https://fudan.university에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auther: WANG Runxin, Support Website: Fudan.university"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

台湾高铁抢票插件 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        自動填充購票信息,幫助您買到早鳥票                    

확장 프로그램 기본 정보

이름 台湾高铁抢票插件 台湾高铁抢票插件
ID nfkfaajobpcjpmcmpcacncimfmjppgoj
공식 URL https://chromewebstore.google.com/detail/%E5%8F%B0%E6%B9%BE%E9%AB%98%E9%93%81%E6%8A%A2%E7%A5%A8%E6%8F%92%E4%BB%B6/nfkfaajobpcjpmcmpcacncimfmjppgoj
설명 Auther: WANG Runxin, Support Website: Fudan.university
파일 크기 111 KB
설치 횟수 34
현재 버전 1.4
최근 업데이트 2017-03-23
출시 날짜 2017-03-22
평점 5.00/5 총 1 개의 평점
개발자 https://fudan.university
결제 유형 free
개인정보 보호 정책 페이지 URL https://fudan.university/en/security/private
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u53f0\u6e7e\u9ad8\u94c1\u62a2\u7968\u63d2\u4ef6",
    "description": "Auther: WANG Runxin, Support Website: Fudan.university",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/start.js"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "save": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Trigger auto fill"
        },
        "submit": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Trigger submit"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "background",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/fudan.university\/api\/default\/get-api-token",
        "https:\/\/fudan.university\/api\/default\/get-user-setting"
    ]
}