KFU registration-V2 Pro

register your courses faster

KFU registration-V2 Pro क्या है?

KFU registration-V2 Pro yousif द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "register your courses faster"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KFU registration-V2 Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम KFU registration-V2 Pro KFU registration-V2 Pro
ID nibolaajjcnkfdhfkeminnhclfpaobgm
आधिकारिक URL https://chromewebstore.google.com/detail/kfu-registration-v2-pro/nibolaajjcnkfdhfkeminnhclfpaobgm
विवरण register your courses faster
फ़ाइल का आकार 19.95 KB
स्थापना संख्या 306
वर्तमान संस्करण 0.1.3.0
अंतिम अपडेट 2023-03-26
प्रकाशन तिथि 2022-11-15
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर yousif
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}