Kahoot Keys
Win Kahoot with speed!
What is Kahoot Keys?
Kahoot Keys is a Chrome extension developed by ebreakey, and its main feature is "Win Kahoot with speed!".
Extension Screenshots
Download Kahoot Keys Extension CRX File
Download Kahoot Keys 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
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!
Extension Basic Information
Name | |
ID | ppodmhbnneeclellfbmhjlkkojfpjjfn |
Official URL | https://chrome.google.com/webstore/detail/kahoot-keys/ppodmhbnneeclellfbmhjlkkojfpjjfn |
Description | Win Kahoot with speed! |
File Size | 574 KB |
Installation Count | 36,851 |
Current Version | 0.3 |
Last Updated | 2018-05-09 |
Publish Date | 2018-05-09 |
Rating | 2.00/5 Total 42 Ratings |
Developer | ebreakey |
Payment Type | free |
Supported Languages | 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" ] } ] } |