Kahoot-Keys
Bind the Kahoot buttons to keys
What is Kahoot-Keys?
Kahoot-Keys is a Chrome extension developed by Techniko, and its main feature is "Bind the Kahoot buttons to keys".
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
Play Kahoot quizzes by pressing keys which correspond to the buttons on-screen
This extension is not endorsed by Kahoot Extension Basic Information
| Name | |
| ID | gngbidnfnlfbmejacjocpphlbahkaljg |
| Official URL | https://chrome.google.com/webstore/detail/kahoot-keys/gngbidnfnlfbmejacjocpphlbahkaljg |
| Description | Bind the Kahoot buttons to keys |
| File Size | 23.51 KB |
| Installation Count | 1,538 |
| Current Version | 0.3 |
| Last Updated | 2019-01-17 |
| Publish Date | 2019-01-17 |
| Rating | 3.33/5 Total 3 Ratings |
| Developer | Techniko |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kahoot-Keys",
"description": "Bind the Kahoot buttons to keys",
"version": "0.3",
"icons": {
"16": "icons\/icon16.png",
"38": "icons\/icon38.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon.png",
"default_popup": "options\/options.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/kahoot.it\/*"
],
"js": [
"lib\/arrive.min.js",
"lib\/log.min.js",
"inject.js"
],
"all_frames": true,
"match_about_blank": true
}
],
"permissions": [
"https:\/\/kahoot.it\/*",
"*:\/\/*\/*",
"storage",
"tabs"
],
"background": {
"scripts": [
"hot-reload.js"
]
},
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
}
} | |