Blooket Hacker
Helps you win your Blooket game! Created by Llama Dev
O que é Blooket Hacker?
Blooket Hacker é uma extensão do Chrome desenvolvida por Llama Dev, e sua principal característica é "Helps you win your Blooket game! Created by Llama Dev".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blooket Hacker
Baixe arquivos de extensão Blooket Hacker 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 hacker learns the vocabulary from watching you play, then steps in to help when it can. It automatically clicks buttons to speed up the game and hopefully make you win. The extension also previews all unlocked blooks so you can see which ones you want! Created by Llama Dev
Informações Básicas da Extensão
Nome | Blooket Hacker |
ID | glmcahaliniekaflepgphdiejeoeacfl |
URL Oficial | https://chromewebstore.google.com/detail/blooket-hacker/glmcahaliniekaflepgphdiejeoeacfl |
Descrição | Helps you win your Blooket game! Created by Llama Dev |
Tamanho do Arquivo | 97.75 KB |
Contagem de Instalações | 80,000 |
Versão Atual | 1.5 |
Última Atualização | 2023-10-06 |
Data de Publicação | 2023-03-24 |
Classificação | 3.90/5 Total de 48 Avaliações |
Desenvolvedor | Llama Dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blooket Hacker", "author": "Nolan Medalla", "description": "Helps you win your Blooket game! Created by Llama Dev", "version": "1.5", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.blooket.com\/*" ], "js": [ "content_script.js" ] } ], "background": { "service_worker": "start_page.js" }, "action": { "default_popup": "popup.html", "default_icon": { "32": "\/images\/blooket_hacker_icon.png" } }, "icons": { "32": "\/images\/blooket_hacker_icon.png" } } |