KFU registration-V2 Pro

register your courses faster

Qu'est-ce que KFU registration-V2 Pro ?

KFU registration-V2 Pro est une extension Chrome développée par yousif, et sa fonction principale est "register your courses faster".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KFU registration-V2 Pro

Téléchargez les fichiers d'extension KFU registration-V2 Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom KFU registration-V2 Pro KFU registration-V2 Pro
ID nibolaajjcnkfdhfkeminnhclfpaobgm
URL Officiel https://chromewebstore.google.com/detail/kfu-registration-v2-pro/nibolaajjcnkfdhfkeminnhclfpaobgm
Description register your courses faster
Taille du Fichier 19.95 KB
Nombre d'Installations 306
Version Actuelle 0.1.3.0
Dernière Mise à Jour 2023-03-26
Date de Publication 2022-11-15
Évaluation 5.00/5 Total 4 Évaluations
Développeur yousif
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}