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
公式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
Eメール [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"
            ]
        }
    ]
}