Kahoot, Quicker

Play Kahoot, Quicker

Qu'est-ce que Kahoot, Quicker ?

Kahoot, Quicker est une extension Chrome développée par Arlen Yu, et sa fonction principale est "Play Kahoot, Quicker".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Kahoot, Quicker

Téléchargez les fichiers d'extension Kahoot, Quicker 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

                        Kahoot, Quicker allows you to play Kahoot quicker by binding the Q, W, E, R keys on the keyboard to Red, Blue, Yellow, and Green. This is much faster than having to click the squares individually. Enjoy!                    

Informations de Base sur l'Extension

Nom Kahoot, Quicker Kahoot, Quicker
ID nekjmidjbalppbmbahlicbomdngafneo
URL Officiel https://chromewebstore.google.com/detail/kahoot-quicker/nekjmidjbalppbmbahlicbomdngafneo
Description Play Kahoot, Quicker
Taille du Fichier 19.83 KB
Nombre d'Installations 10,000
Version Actuelle 4.1
Dernière Mise à Jour 2019-03-03
Date de Publication 2019-03-03
Évaluation 2.75/5 Total 16 Évaluations
Développeur Arlen Yu
Email [email protected]
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, Quicker",
    "description": "Play Kahoot, Quicker",
    "version": "4.1",
    "author": "Arlen Yu",
    "browser_action": {
        "default_title": "Kahoot, Quicker",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kahoot.it\/*"
            ],
            "js": [
                "js\/kahoot.js"
            ]
        }
    ]
}