Ticket reserver

An extension for reserving tickets in Kide.app

什麼是Ticket reserver?

Ticket reserver是由aapolaakkio開發的Chrome擴展程式,該擴展的主要功能是“An extension for reserving tickets in Kide.app”。

擴展截圖

screenshot

下載Ticket reserver擴展crx文件

下載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
官方網址 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]"
        }
    }
}