KFU registration-V2 Pro

register your courses faster

Cos'è KFU registration-V2 Pro?

KFU registration-V2 Pro è un'estensione di Chrome sviluppata da yousif, e la sua funzione principale è "register your courses faster".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KFU registration-V2 Pro

Scarica i file di estensione KFU registration-V2 Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome KFU registration-V2 Pro KFU registration-V2 Pro
ID nibolaajjcnkfdhfkeminnhclfpaobgm
URL Ufficiale https://chromewebstore.google.com/detail/kfu-registration-v2-pro/nibolaajjcnkfdhfkeminnhclfpaobgm
Descrizione register your courses faster
Dimensione del File 19.95 KB
Conteggio Installazioni 306
Versione Corrente 0.1.3.0
Ultimo Aggiornamento 2023-03-26
Data di Pubblicazione 2022-11-15
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore yousif
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}