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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]"
        }
    }
}