Blooket Hacker
Helps you win your Blooket game! Created by Llama Dev
Blooket Hackerとは何ですか?
Blooket HackerはLlama Devによって開発されたChromeの拡張機能で、その主な機能は「Helps you win your Blooket game! Created by Llama Dev」です。
拡張機能のスクリーンショット
Blooket Hacker拡張機能のCRXファイルをダウンロード
Blooket Hacker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Blooket Hacker |
ID | glmcahaliniekaflepgphdiejeoeacfl |
公式URL | https://chromewebstore.google.com/detail/blooket-hacker/glmcahaliniekaflepgphdiejeoeacfl |
説明 | Helps you win your Blooket game! Created by Llama Dev |
ファイルサイズ | 97.75 KB |
インストール数 | 80,000 |
現在のバージョン | 1.5 |
最終更新日 | 2023-10-06 |
公開日 | 2023-03-24 |
評価 | 3.90/5 合計 48 レビュー |
開発者 | Llama Dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |