tixCraft Support

購票輔助程式

tixCraft Support란 무엇입니까?

tixCraft Support은(는) dsync에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "購票輔助程式"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

tixCraft Support 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        協助點選購買連結,增加速度。
如果是熱門節目,請找活動紀錄繼續嘗試購買。

本輔助不是自動購買,請自己努力點選,並請在購買前先確定可以運作到完成頁面。

v2.0.2 修正立即購票網頁不會持續點選。
v2.0.1 修正多票種張數選擇問題,增加多日期選項。
v2.0 購票網站改版與擴充套件改版(manifest version 3)。
        新增只顯示節目列表,區域URL暫時移除。
============================
v1.6.1 提示需要先登入,強化區域URL。
v1.5 增加隱藏不良區與顯示特定區
v1.4.2 放大一倍驗證碼的圖片。
v1.3.3 修正程式,增加檢查資料。
v1.3.2 修正程式,顯示區域URL。
v1.3 修正程式,增加張數選擇。
v1.2 增加節目link檢查
v1.1 隱藏已售完的區域                    

확장 프로그램 기본 정보

이름 tixCraft Support tixCraft Support
ID dhiembhmckebcifhighklhkcmjfghfkc
공식 URL https://chromewebstore.google.com/detail/tixcraft-support/dhiembhmckebcifhighklhkcmjfghfkc
설명 購票輔助程式
파일 크기 954 KB
설치 횟수 1,096
현재 버전 2.0.2
최근 업데이트 2023-12-07
출시 날짜 2019-09-23
평점 5.00/5 총 4 개의 평점
개발자 dsync
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dsync5566/tixCraftSupport
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tixCraft Support",
    "description": "\u8cfc\u7968\u8f14\u52a9\u7a0b\u5f0f",
    "version": "2.0.2",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "\u8cfc\u7968\u8f14\u52a9"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tixcraft.com\/ticket\/ticket\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.min.js",
                "js\/ticket.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tixcraft.com\/activity\/game\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.min.js",
                "js\/game.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tixcraft.com\/ticket\/area\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.min.js",
                "js\/area.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tixcraft.com\/activity\/detail\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.min.js",
                "js\/detail.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tixcraft.com\/ticket\/verify\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.min.js",
                "js\/verify.js"
            ]
        }
    ],
    "manifest_version": 3
}