Blooket Hacker
Helps you win your Blooket game! Created by Llama Dev
Wat is Blooket Hacker?
Blooket Hacker is een Chrome-extensie ontwikkeld door Llama Dev, en de belangrijkste functie is "Helps you win your Blooket game! Created by Llama Dev".
Extensie Screenshots
Download het CRX-bestand van de extensie Blooket Hacker
Download Blooket Hacker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Blooket Hacker |
ID | glmcahaliniekaflepgphdiejeoeacfl |
Officiële URL | https://chromewebstore.google.com/detail/blooket-hacker/glmcahaliniekaflepgphdiejeoeacfl |
Beschrijving | Helps you win your Blooket game! Created by Llama Dev |
Bestandsgrootte | 97.75 KB |
Aantal Installaties | 80,000 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2023-10-06 |
Publicatiedatum | 2023-03-24 |
Beoordeling | 3.90/5 Totaal 48 Beoordelingen |
Ontwikkelaar | Llama Dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |