Kahoot Keys

Win Kahoot with speed!

Wat is Kahoot Keys?

Kahoot Keys is een Chrome-extensie ontwikkeld door ebreakey, en de belangrijkste functie is "Win Kahoot with speed!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Kahoot Keys

Download Kahoot Keys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Kahoot Keys Kahoot Keys
ID ppodmhbnneeclellfbmhjlkkojfpjjfn
Officiële URL https://chrome.google.com/webstore/detail/kahoot-keys/ppodmhbnneeclellfbmhjlkkojfpjjfn
Beschrijving Win Kahoot with speed!
Bestandsgrootte 574 KB
Aantal Installaties 36,851
Huidige Versie 0.3
Laatst Bijgewerkt 2018-05-09
Publicatiedatum 2018-05-09
Beoordeling 2.00/5 Totaal 42 Beoordelingen
Ontwikkelaar ebreakey
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}