Blooket Hacker
Helps you win your Blooket game! Created by Llama Dev
What is Blooket Hacker?
Blooket Hacker is a Chrome extension developed by Llama Dev, and its main feature is "Helps you win your Blooket game! Created by Llama Dev".
Extension Screenshots
Download Blooket Hacker Extension CRX File
Download Blooket Hacker 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 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
Extension Basic Information
Name | Blooket Hacker |
ID | glmcahaliniekaflepgphdiejeoeacfl |
Official URL | https://chromewebstore.google.com/detail/blooket-hacker/glmcahaliniekaflepgphdiejeoeacfl |
Description | Helps you win your Blooket game! Created by Llama Dev |
File Size | 97.75 KB |
Installation Count | 80,000 |
Current Version | 1.5 |
Last Updated | 2023-10-06 |
Publish Date | 2023-03-24 |
Rating | 3.90/5 Total 48 Ratings |
Developer | Llama Dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |