台湾高铁抢票插件

Auther: WANG Runxin, Support Website: Fudan.university

What is 台湾高铁抢票插件?

台湾高铁抢票插件 is a Chrome extension developed by https://fudan.university, and its main feature is "Auther: WANG Runxin, Support Website: Fudan.university".

Extension Screenshots

screenshot
screenshot

Download 台湾高铁抢票插件 Extension CRX File

Download 台湾高铁抢票插件 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 台湾高铁抢票插件 台湾高铁抢票插件
ID nfkfaajobpcjpmcmpcacncimfmjppgoj
Official 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
Description Auther: WANG Runxin, Support Website: Fudan.university
File Size 111 KB
Installation Count 34
Current Version 1.4
Last Updated 2017-03-23
Publish Date 2017-03-22
Rating 5.00/5 Total 1 Ratings
Developer https://fudan.university
Payment Type free
Privacy Policy Page URL https://fudan.university/en/security/private
Supported Languages 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"
    ]
}