KFU registration-V2 Pro

register your courses faster

Wat is KFU registration-V2 Pro?

KFU registration-V2 Pro is een Chrome-extensie ontwikkeld door yousif, en de belangrijkste functie is "register your courses faster".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie KFU registration-V2 Pro

Download KFU registration-V2 Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam KFU registration-V2 Pro KFU registration-V2 Pro
ID nibolaajjcnkfdhfkeminnhclfpaobgm
Officiële URL https://chromewebstore.google.com/detail/kfu-registration-v2-pro/nibolaajjcnkfdhfkeminnhclfpaobgm
Beschrijving register your courses faster
Bestandsgrootte 19.95 KB
Aantal Installaties 306
Huidige Versie 0.1.3.0
Laatst Bijgewerkt 2023-03-26
Publicatiedatum 2022-11-15
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar yousif
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}