Kahoot Keys

Win Kahoot with speed!

ما هو Kahoot Keys؟

Kahoot Keys هو إضافة Chrome تم تطويرها بواسطة ebreakey، والميزة الرئيسية لها هي "Win Kahoot with speed!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Kahoot Keys

قم بتنزيل ملفات الامتداد Kahoot Keys بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension allows you to use the first four number keys on your keyboard to press the buttons in Kahoot rather than use a mouse. This is faster and easier to do meaning, you can win more often!                    

معلومات أساسية عن التمديد

الاسم Kahoot Keys Kahoot Keys
ID ppodmhbnneeclellfbmhjlkkojfpjjfn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/kahoot-keys/ppodmhbnneeclellfbmhjlkkojfpjjfn
الوصف Win Kahoot with speed!
حجم الملف 574 KB
عدد التثبيتات 36,851
النسخة الحالية 0.3
آخر تحديث 2018-05-09
تاريخ النشر 2018-05-09
تقييم 2.00/5 مجموع تقييمات 42
المطور ebreakey
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kahoot Keys",
    "author": "Ewan Breakey",
    "description": "Win Kahoot with speed!",
    "version": "0.3",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kahoot.it\/*",
                "http:\/\/kahoot.it\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}