Kahoot, Quicker

Play Kahoot, Quicker

Cos'è Kahoot, Quicker?

Kahoot, Quicker è un'estensione di Chrome sviluppata da Arlen Yu, e la sua funzione principale è "Play Kahoot, Quicker".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Kahoot, Quicker

Scarica i file di estensione Kahoot, Quicker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Kahoot, Quicker Kahoot, Quicker
ID nekjmidjbalppbmbahlicbomdngafneo
URL Ufficiale https://chromewebstore.google.com/detail/kahoot-quicker/nekjmidjbalppbmbahlicbomdngafneo
Descrizione Play Kahoot, Quicker
Dimensione del File 19.83 KB
Conteggio Installazioni 10,000
Versione Corrente 4.1
Ultimo Aggiornamento 2019-03-03
Data di Pubblicazione 2019-03-03
Valutazione 2.75/5 Totale 16 Valutazioni
Sviluppatore Arlen Yu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}