KFU registration-V2 Pro

register your courses faster

什麼是KFU registration-V2 Pro?

KFU registration-V2 Pro是由yousif開發的Chrome擴展程式,該擴展的主要功能是“register your courses faster”。

擴展截圖

screenshot

下載KFU registration-V2 Pro擴展crx文件

下載KFU registration-V2 Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}