台灣冰塊搶票訂票程式

快速填入表單 自動送出等等 搶票訂票小工具 方便快速訂票搶票 內含辨識程式

What is 台灣冰塊搶票訂票程式?

台灣冰塊搶票訂票程式 is a Chrome extension developed by https://icecubes.me, and its main feature is "快速填入表單 自動送出等等 搶票訂票小工具 方便快速訂票搶票 內含辨識程式".

Extension Screenshots

screenshot
screenshot
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

                        台鐵票
高鐵票
TixCraft拓元售票 
   內含驗證碼程式
添翼售票網
台北市政府體育局
ibon演唱會                    

Extension Basic Information

Name 台灣冰塊搶票訂票程式 台灣冰塊搶票訂票程式
ID pmkakjcnpepjpopjeohlfemmiklhfpho
Official URL https://chromewebstore.google.com/detail/%E5%8F%B0%E7%81%A3%E5%86%B0%E5%A1%8A%E6%90%B6%E7%A5%A8%E8%A8%82%E7%A5%A8%E7%A8%8B%E5%BC%8F/pmkakjcnpepjpopjeohlfemmiklhfpho
Description 快速填入表單 自動送出等等 搶票訂票小工具 方便快速訂票搶票 內含辨識程式
File Size 40.99 MB
Installation Count 6,000
Current Version 5.1
Last Updated 2023-07-01
Publish Date 2022-11-02
Rating 5.00/5 Total 7 Ratings
Developer https://icecubes.me
Email [email protected]
Payment Type free
Extension Website https://www.facebook.com/icecubes.ticket/
Help Page URL https://www.youtube.com/channel/UC12tqHBTgnI0Fslzp_6ugrw
Privacy Policy Page URL https://github.com/firekilin/firekilin/wiki/privacy
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u53f0\u7063\u51b0\u584a\u6436\u7968\u8a02\u7968\u7a0b\u5f0f",
    "version": "5.1",
    "manifest_version": 3,
    "description": "\u5feb\u901f\u586b\u5165\u8868\u55ae \u81ea\u52d5\u9001\u51fa\u7b49\u7b49 \u6436\u7968\u8a02\u7968\u5c0f\u5de5\u5177 \u65b9\u4fbf\u5feb\u901f\u8a02\u7968\u6436\u7968  \u5167\u542b\u8fa8\u8b58\u7a0b\u5f0f",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "\u51b0\u584a\u6436\u7968\u8a02\u7968\u7a0b\u5f0f",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/image16.png",
            "32": "images\/image32.png",
            "48": "images\/image48.png",
            "128": "images\/image128.png"
        }
    },
    "icons": {
        "16": "images\/image16.png",
        "32": "images\/image32.png",
        "48": "images\/image48.png",
        "128": "images\/image128.png"
    },
    "background": {
        "service_worker": "src\/service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/image48.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/irs.thsrc.com.tw\/IMINT\/?wicket:interface=:*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/getticket_thsrc.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.railway.gov.tw\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/getticket_railway.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/sports.tms.gov.tw\/order\/*",
                "https:\/\/vbs.sports.taipei\/order\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/getticket_tms.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/tixcraft.com\/ticket\/*",
                "https:\/\/tixcraft.com\/activity\/*",
                "https:\/\/tixcraft.com\/game\/*",
                "https:\/\/teamear.tixcraft.com\/ticket\/*",
                "https:\/\/teamear.tixcraft.com\/activity\/*",
                "https:\/\/teamear.tixcraft.com\/game\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/getticket_tixcraft.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/ticket.ibon.com.tw\/ActivityInfo\/*",
                "https:\/\/orders.ibon.com.tw\/application\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/getticket_ibon.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.kktix.cc\/events\/*",
                "https:\/\/kktix.com\/events\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/getticket_kktix.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ]
}