Kahoot Keys

Win Kahoot with speed!

Qu'est-ce que Kahoot Keys ?

Kahoot Keys est une extension Chrome développée par ebreakey, et sa fonction principale est "Win Kahoot with speed!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kahoot Keys

Téléchargez les fichiers d'extension Kahoot Keys au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Kahoot Keys Kahoot Keys
ID ppodmhbnneeclellfbmhjlkkojfpjjfn
URL Officiel https://chrome.google.com/webstore/detail/kahoot-keys/ppodmhbnneeclellfbmhjlkkojfpjjfn
Description Win Kahoot with speed!
Taille du Fichier 574 KB
Nombre d'Installations 36,851
Version Actuelle 0.3
Dernière Mise à Jour 2018-05-09
Date de Publication 2018-05-09
Évaluation 2.00/5 Total 42 Évaluations
Développeur ebreakey
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}