Kahoot Keys
Win Kahoot with speed!
O que é Kahoot Keys?
Kahoot Keys é uma extensão do Chrome desenvolvida por ebreakey, e sua principal característica é "Win Kahoot with speed!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kahoot Keys
Baixe arquivos de extensão Kahoot Keys no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | ppodmhbnneeclellfbmhjlkkojfpjjfn |
URL Oficial | https://chrome.google.com/webstore/detail/kahoot-keys/ppodmhbnneeclellfbmhjlkkojfpjjfn |
Descrição | Win Kahoot with speed! |
Tamanho do Arquivo | 574 KB |
Contagem de Instalações | 36,851 |
Versão Atual | 0.3 |
Última Atualização | 2018-05-09 |
Data de Publicação | 2018-05-09 |
Classificação | 2.00/5 Total de 42 Avaliações |
Desenvolvedor | ebreakey |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |