Ticket reserver
An extension for reserving tickets in Kide.app
Co to jest Ticket reserver?
Ticket reserver to rozszerzenie Chrome opracowane przez aapolaakkio, a jego główną funkcją jest „An extension for reserving tickets in Kide.app”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ticket reserver
Pobierz pliki rozszerzeń Ticket reserver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Ticket reserver |
ID | fhpphaodlnidnpfjlnjlhlldphnloglc |
Oficjalny URL | https://chromewebstore.google.com/detail/ticket-reserver/fhpphaodlnidnpfjlnjlhlldphnloglc |
Opis | An extension for reserving tickets in Kide.app |
Rozmiar pliku | 14.19 KB |
Liczba instalacji | 98 |
Aktualna Wersja | 1.4.9 |
Ostatnia Aktualizacja | 2023-11-08 |
Data Publikacji | 2023-02-26 |
Deweloper | aapolaakkio |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ApsiV11/TicketReserverChrome |
Obsługiwane Języki | 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]" } } } |