Kahoot Keys

Win Kahoot with speed!

Co je Kahoot Keys?

Kahoot Keys je rozšíření Chrome vyvinuté ebreakey, a jeho hlavní funkcí je „Win Kahoot with speed!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Kahoot Keys

Stáhněte si soubory rozšíření Kahoot Keys ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Kahoot Keys Kahoot Keys
ID ppodmhbnneeclellfbmhjlkkojfpjjfn
Oficiální URL https://chrome.google.com/webstore/detail/kahoot-keys/ppodmhbnneeclellfbmhjlkkojfpjjfn
Popis Win Kahoot with speed!
Velikost souboru 574 KB
Počet instalací 36,851
Aktuální Verze 0.3
Poslední Aktualizace 2018-05-09
Datum Vydání 2018-05-09
Hodnocení 2.00/5 Celkem 42 Hodnocení
Vývojář ebreakey
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}