Ticketmaster, Skiddle, AXS - Queue Assistant

Ticketmaster, Skiddle, AXS and Live Nation Smart Queue Assistant.

Ticketmaster, Skiddle, AXS - Queue Assistantคืออะไร?

Ticketmaster, Skiddle, AXS - Queue Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meHiduHo และคุณลักษณะหลักของมันคือ "Ticketmaster, Skiddle, AXS and Live Nation Smart Queue Assistant."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ticketmaster, Skiddle, AXS - Queue Assistant

ดาวน์โหลดไฟล์ส่วนขยาย Ticketmaster, Skiddle, AXS - Queue Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Keep track of all smart queues in one convenient location: Skiddle, Ticketmaster, AXS, and Live Nation! This tool is designed to assist scalpers by consolidating queue information from various platforms into a single interface. Whether you're in the Ticketmaster, AXS, or Live Nation presale queue, this tool acts as an assistant, providing all the necessary information in one place. It automatically adds queues to a list and displays your position in each queue. Additionally, you can easily navigate between tabs using the addon dropdown menu, ensuring seamless multitasking.

New Feature Alert: TicketMaster Authentication Code Shortcut. Simplify the process of obtaining your two-factor authentication (2FA) code by accessing it directly from your Gmail with just one click.
New store supported - SKIDDLE UK

Disclaimer: This extension is not affiliated with or endorsed by Ticketmaster, Skiddle, AXS, or Live Nation.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ticketmaster, Skiddle, AXS - Queue Assistant Ticketmaster, Skiddle, AXS - Queue Assistant
ID hhhfdmeccebonifdjlnfligonmdjdecm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ticketmaster-skiddle-axs/hhhfdmeccebonifdjlnfligonmdjdecm
คำอธิบาย Ticketmaster, Skiddle, AXS and Live Nation Smart Queue Assistant.
ขนาดไฟล์ 122 KB
จำนวนการติดตั้ง 239
เวอร์ชันปัจจุบัน 1.27
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2022-10-01
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา meHiduHo
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://kiwanis.io/amf-tool/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ticketmaster, Skiddle, AXS - Queue Assistant",
    "description": "Ticketmaster, Skiddle, AXS and Live Nation Smart Queue Assistant.",
    "version": "1.27",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ticketmaster.com\/*",
                "*:\/\/*.ticketmaster.co.uk\/*",
                "*:\/\/*.ticketmaster.com.au\/*",
                "*:\/\/*.ticketmaster.be\/*",
                "*:\/\/*.ticketmaster.ca\/*",
                "*:\/\/*.ticketmaster.cz\/*",
                "*:\/\/*.ticketmaster.cl\/*",
                "*:\/\/*.ticketmaster.dk\/*",
                "*:\/\/*.ticketmaster.de\/*",
                "*:\/\/*.ticketmaster.es\/*",
                "*:\/\/*.ticketmaster.fr\/*",
                "*:\/\/*.ticketmaster.ie\/*",
                "*:\/\/*.ticketmaster.it\/*",
                "*:\/\/*.ticketmaster.com.mx\/*",
                "*:\/\/*.ticketmaster.nl\/*",
                "*:\/\/*.ticketmaster.co.nz\/*",
                "*:\/\/*.ticketmaster.no\/*",
                "*:\/\/*.ticketmaster.at\/*",
                "*:\/\/*.ticketmaster.pl\/*",
                "*:\/\/*.ticketmaster.sg\/*",
                "*:\/\/*.ticketmaster.co.za\/*",
                "*:\/\/*.ticketmaster.fi\/*",
                "*:\/\/*.ticketmaster.se\/*",
                "*:\/\/*.ticketmaster.ch\/*",
                "*:\/\/*.ticketmaster.ae\/*",
                "*:\/\/*.ticketmaster.gr\/*",
                "*:\/\/*.livenation.com\/*",
                "*:\/\/*.livenation.co.uk\/*",
                "*:\/\/*.axs.com\/*",
                "*:\/\/*.axs.co.uk\/*",
                "*:\/\/*.skiddle.com\/*"
            ],
            "all_frames": false,
            "js": [
                "functions.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-48x48.png",
        "128": "images\/favicon-128x128.png"
    },
    "host_permissions": [
        "*:\/\/*.ticketmaster.com\/*",
        "*:\/\/*.ticketmaster.co.uk\/*",
        "*:\/\/*.ticketmaster.com.au\/*",
        "*:\/\/*.ticketmaster.be\/*",
        "*:\/\/*.ticketmaster.ca\/*",
        "*:\/\/*.ticketmaster.cz\/*",
        "*:\/\/*.ticketmaster.cl\/*",
        "*:\/\/*.ticketmaster.dk\/*",
        "*:\/\/*.ticketmaster.de\/*",
        "*:\/\/*.ticketmaster.es\/*",
        "*:\/\/*.ticketmaster.fr\/*",
        "*:\/\/*.ticketmaster.ie\/*",
        "*:\/\/*.ticketmaster.it\/*",
        "*:\/\/*.ticketmaster.com.mx\/*",
        "*:\/\/*.ticketmaster.nl\/*",
        "*:\/\/*.ticketmaster.co.nz\/*",
        "*:\/\/*.ticketmaster.no\/*",
        "*:\/\/*.ticketmaster.at\/*",
        "*:\/\/*.ticketmaster.pl\/*",
        "*:\/\/*.ticketmaster.sg\/*",
        "*:\/\/*.ticketmaster.co.za\/*",
        "*:\/\/*.ticketmaster.fi\/*",
        "*:\/\/*.ticketmaster.se\/*",
        "*:\/\/*.ticketmaster.ch\/*",
        "*:\/\/*.ticketmaster.ae\/*",
        "*:\/\/*.ticketmaster.gr\/*",
        "*:\/\/*.livenation.com\/*",
        "https:\/\/www.googletagmanager.com\/*",
        "https:\/\/mail.google.com\/mail\/u\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/favicon-16x16.png",
            "32": "images\/favicon-32x32.png",
            "48": "images\/favicon-48x48.png",
            "128": "images\/favicon-128x128.png"
        }
    }
}