KFU registration-V2 Pro

register your courses faster

KFU registration-V2 Proคืออะไร?

KFU registration-V2 Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yousif และคุณลักษณะหลักของมันคือ "register your courses faster"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KFU registration-V2 Pro

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}