Blooket Hacker
Helps you win your Blooket game! Created by Llama Dev
Co to jest Blooket Hacker?
Blooket Hacker to rozszerzenie Chrome opracowane przez Llama Dev, a jego główną funkcją jest „Helps you win your Blooket game! Created by Llama Dev”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Blooket Hacker
Pobierz pliki rozszerzeń Blooket Hacker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Blooket Hacker |
ID | glmcahaliniekaflepgphdiejeoeacfl |
Oficjalny URL | https://chromewebstore.google.com/detail/blooket-hacker/glmcahaliniekaflepgphdiejeoeacfl |
Opis | Helps you win your Blooket game! Created by Llama Dev |
Rozmiar pliku | 97.75 KB |
Liczba instalacji | 80,000 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2023-10-06 |
Data Publikacji | 2023-03-24 |
Ocena | 3.90/5 Łącznie 48 Oceny |
Deweloper | Llama Dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |