KFU registration-V2 Pro

register your courses faster

Co to jest KFU registration-V2 Pro?

KFU registration-V2 Pro to rozszerzenie Chrome opracowane przez yousif, a jego główną funkcją jest „register your courses faster”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia KFU registration-V2 Pro

Pobierz pliki rozszerzeń KFU registration-V2 Pro 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

                        Say goodbye to the hassle of manual course registration! Our Chrome extension streamlines the process and saves you time. With just a few clicks, you can easily register for your desired courses. Our intelligent algorithm automatically signs you up in a matter of seconds. No more waiting in long virtual lines or missing out on popular courses. Try our extension today and experience the convenience of automatic course registration!                    

Podstawowe informacje o rozszerzeniu

Nazwa KFU registration-V2 Pro KFU registration-V2 Pro
ID nibolaajjcnkfdhfkeminnhclfpaobgm
Oficjalny URL https://chromewebstore.google.com/detail/kfu-registration-v2-pro/nibolaajjcnkfdhfkeminnhclfpaobgm
Opis register your courses faster
Rozmiar pliku 19.95 KB
Liczba instalacji 306
Aktualna Wersja 0.1.3.0
Ostatnia Aktualizacja 2023-03-26
Data Publikacji 2022-11-15
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper yousif
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KFU registration-V2 Pro",
    "description": "register your courses faster",
    "version": "0.1.3.0",
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/calendar16.png",
        "64": "\/images\/calendar64.png",
        "128": "\/images\/icons8-schedule-100.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}