台灣冰塊搶票訂票程式

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

Cos'è 台灣冰塊搶票訂票程式?

台灣冰塊搶票訂票程式 è un'estensione di Chrome sviluppata da https://icecubes.me, e la sua funzione principale è "快速填入表單 自動送出等等 搶票訂票小工具 方便快速訂票搶票 內含辨識程式".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 台灣冰塊搶票訂票程式

Scarica i file di estensione 台灣冰塊搶票訂票程式 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 台灣冰塊搶票訂票程式 台灣冰塊搶票訂票程式
ID pmkakjcnpepjpopjeohlfemmiklhfpho
URL Ufficiale 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
Descrizione 快速填入表單 自動送出等等 搶票訂票小工具 方便快速訂票搶票 內含辨識程式
Dimensione del File 40.99 MB
Conteggio Installazioni 6,000
Versione Corrente 5.1
Ultimo Aggiornamento 2023-07-01
Data di Pubblicazione 2022-11-02
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://icecubes.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.facebook.com/icecubes.ticket/
URL della Pagina di Aiuto https://www.youtube.com/channel/UC12tqHBTgnI0Fslzp_6ugrw
URL della Pagina della Politica sulla Privacy https://github.com/firekilin/firekilin/wiki/privacy
Lingue Supportate 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"
            ]
        }
    ]
}