KFU registration-V2 Pro

register your courses faster

Was ist KFU registration-V2 Pro?

KFU registration-V2 Pro ist eine Chrome-Erweiterung, die von yousif entwickelt wurde, und ihr Hauptmerkmal ist "register your courses faster".

Erweiterungsscreenshots

screenshot

KFU registration-V2 Pro-Erweiterungs-CRX-Datei herunterladen

Laden Sie KFU registration-V2 Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name KFU registration-V2 Pro KFU registration-V2 Pro
ID nibolaajjcnkfdhfkeminnhclfpaobgm
Offizielle URL https://chromewebstore.google.com/detail/kfu-registration-v2-pro/nibolaajjcnkfdhfkeminnhclfpaobgm
Beschreibung register your courses faster
Dateigröße 19.95 KB
Installationsanzahl 306
Aktuelle Version 0.1.3.0
Letztes Update 2023-03-26
Veröffentlichungsdatum 2022-11-15
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler yousif
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}