Ticket reserver
An extension for reserving tickets in Kide.app
Ticket reserver là gì?
Ticket reserver là một tiện ích mở rộng Chrome được phát triển bởi aapolaakkio, và tính năng chính của nó là "An extension for reserving tickets in Kide.app".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ticket reserver
Tải xuống các tệp mở rộng Ticket reserver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ticket reserver |
ID | fhpphaodlnidnpfjlnjlhlldphnloglc |
URL Chính Thức | https://chromewebstore.google.com/detail/ticket-reserver/fhpphaodlnidnpfjlnjlhlldphnloglc |
Mô tả | An extension for reserving tickets in Kide.app |
Kích Thước Tệp | 14.19 KB |
Số Lần Cài Đặt | 98 |
Phiên Bản Hiện Tại | 1.4.9 |
Cập Nhật Lần Cuối | 2023-11-08 |
Ngày Phát Hành | 2023-02-26 |
Nhà Phát Triển | aapolaakkio |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ApsiV11/TicketReserverChrome |
Ngôn Ngữ Được Hỗ Trợ | 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]" } } } |