Maze Blocker Game
Move red block to the exit while avoiding random blockers.
Maze Blocker Gameคืออะไร?
Maze Blocker Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamecheerleader.com และคุณลักษณะหลักของมันคือ "Move red block to the exit while avoiding random blockers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maze Blocker Game
ดาวน์โหลดไฟล์ส่วนขยาย Maze Blocker Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This maze game is here to test your thinking skills and how fast you can react. To start, just click the maze icon in the top right of your browser. Your job is to solve a new maze every time. You need move the red block from the top-left corner to touch the green block at the bottom-right. But be quick! You only get 20 seconds. Each maze is different and made up on the spot, so it's always a surprise. Plus, there are 5 blue blocks that show up randomly. They try to stop your red block and make things tricky. If you can get the red block to the green one in time, you win! If time runs out, don't worry. You can start over and try again. Have a blast and enjoy the challenge! For a variety of gaming experiences, feel free to explore our latest games listed at the bottom of the game window. CHANGELOG ========== Version 0.1.1 - 0.1.2 - Add the list of new games - Update google analytics Version 0.1.0 - Initial release of game - Add google analytics
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Maze Blocker Game |
ID | hbalpiedginlkffbehlemkhdaoelegnh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/maze-blocker-game/hbalpiedginlkffbehlemkhdaoelegnh |
คำอธิบาย | Move red block to the exit while avoiding random blockers. |
ขนาดไฟล์ | 15.7 KB |
จำนวนการติดตั้ง | 205 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2024-03-04 |
วันที่เผยแพร่ | 2023-12-28 |
ผู้พัฒนา | https://gamecheerleader.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gamecheerleader.com |
URL หน้าช่วยเหลือ | https://www.gamecheerleader.com/listing/maze-blocker-game/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.gamecheerleader.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maze Blocker Game", "short_name": "maze-blocker", "version": "0.1.2", "description": "Move red block to the exit while avoiding random blockers.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |