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
公式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
Eメール [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]"
        }
    }
}