Kahoot, Quicker

Play Kahoot, Quicker

What is Kahoot, Quicker?

Kahoot, Quicker is a Chrome extension developed by Arlen Yu, and its main feature is "Play Kahoot, Quicker".

Extension Screenshots

screenshot
screenshot

Download Kahoot, Quicker Extension CRX File

Download Kahoot, Quicker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Kahoot, Quicker Kahoot, Quicker
ID nekjmidjbalppbmbahlicbomdngafneo
Official URL https://chromewebstore.google.com/detail/kahoot-quicker/nekjmidjbalppbmbahlicbomdngafneo
Description Play Kahoot, Quicker
File Size 19.83 KB
Installation Count 10,000
Current Version 4.1
Last Updated 2019-03-03
Publish Date 2019-03-03
Rating 2.75/5 Total 16 Ratings
Developer Arlen Yu
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}