台湾高铁抢票插件

Auther: WANG Runxin, Support Website: Fudan.university

台湾高铁抢票插件คืออะไร?

台湾高铁抢票插件 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fudan.university และคุณลักษณะหลักของมันคือ "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"
    ]
}