台湾高铁抢票插件

Auther: WANG Runxin, Support Website: Fudan.university

台湾高铁抢票插件とは何ですか?

台湾高铁抢票插件はhttps://fudan.universityによって開発されたChromeの拡張機能で、その主な機能は「Auther: WANG Runxin, Support Website: Fudan.university」です。

拡張機能のスクリーンショット

screenshot
screenshot

台湾高铁抢票插件拡張機能のCRXファイルをダウンロード

台湾高铁抢票插件拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 台湾高铁抢票插件 台湾高铁抢票插件
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"
    ]
}