Blooket Hacker
Helps you win your Blooket game! Created by Llama Dev
Blooket Hackerคืออะไร?
Blooket Hacker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Llama Dev และคุณลักษณะหลักของมันคือ "Helps you win your Blooket game! Created by Llama Dev"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blooket Hacker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |