台湾高铁抢票插件

Auther: WANG Runxin, Support Website: Fudan.university

Wat is 台湾高铁抢票插件?

台湾高铁抢票插件 is een Chrome-extensie ontwikkeld door https://fudan.university, en de belangrijkste functie is "Auther: WANG Runxin, Support Website: Fudan.university".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 台湾高铁抢票插件

Download 台湾高铁抢票插件-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

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

Basisinformatie over de Extensie

Naam 台湾高铁抢票插件 台湾高铁抢票插件
ID nfkfaajobpcjpmcmpcacncimfmjppgoj
Officiële 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
Beschrijving Auther: WANG Runxin, Support Website: Fudan.university
Bestandsgrootte 111 KB
Aantal Installaties 34
Huidige Versie 1.4
Laatst Bijgewerkt 2017-03-23
Publicatiedatum 2017-03-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://fudan.university
Betalingswijze free
URL van de Privacybeleid Pagina https://fudan.university/en/security/private
Ondersteunde Talen 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"
    ]
}