Ticket reserver

An extension for reserving tickets in Kide.app

Ticket reserverคืออะไร?

Ticket reserver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aapolaakkio และคุณลักษณะหลักของมันคือ "An extension for reserving tickets in Kide.app"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ticket reserver

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

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

                        Are you tired of not getting the tickets for your favourite student events? Are you always too slow at pressing F5 or just generally unlucky? No worries, here you have a solution.

A ticket reserver bot/script for Kide.app as a Chrome extension. Easy to use and no developer skills are required.

How to use:
1. Navigate to the event page logged in.
2. Open the extension popup from extension icon in the top right corner of the browser.
3. Fill in the optional fields ticket amount, ticket index, price and keywords in the format specified.
4. Press the reserve!-button.
5. You will get a confirmation if the reservation was succesful and the tickets are in your cart.                    

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

ชื่อ Ticket reserver Ticket reserver
ID fhpphaodlnidnpfjlnjlhlldphnloglc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ticket-reserver/fhpphaodlnidnpfjlnjlhlldphnloglc
คำอธิบาย An extension for reserving tickets in Kide.app
ขนาดไฟล์ 14.19 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 1.4.9
อัปเดตครั้งล่าสุด 2023-11-08
วันที่เผยแพร่ 2023-02-26
ผู้พัฒนา aapolaakkio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ApsiV11/TicketReserverChrome
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.9",
    "name": "Ticket reserver",
    "description": "An extension for reserving tickets in Kide.app",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/kide.app\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}