Brick Break Game
Bounce the ball to break bricks placed in random locations.
Brick Break Gameคืออะไร?
Brick Break Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamecheerleader.com และคุณลักษณะหลักของมันคือ "Bounce the ball to break bricks placed in random locations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brick Break Game
ดาวน์โหลดไฟล์ส่วนขยาย Brick Break Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Brick Break is an entertaining game where you control a paddle to bounce a ball and destroy bricks. This game combines strategy, precision, and timing, offering endless fun directly from your browser. How to Play 1) Click the extension icon in your Chrome browser to open the game. You'll be presented with a 480x480 game area. 2) Game Area Layout: - Paddle: Located at the bottom, it's your tool to control the game. - Ball: Begins in the middle of game area, moving in a random downward direction. - Bricks: Randomly placed at the top of the game area in each round. 3) Controlling the Paddle: - Slide your mouse horizontally across the game area and the paddle will mirror its movement. 4) Game Rule: - The ball bounce off the paddle and left/right/top walls until all bricks are broken or it misses the paddle and hits the bottom wall. - Win: Clear all bricks to win the game. - Lose: The game ends if the ball passes the paddle and touches the bottom wall. - Restart: In case of a win/loss, a "Restart" button will appear. Click this button to reset the game and start fresh. 5) Tips for Success: - Focus: Keep a close eye on the ball and anticipate its bounce angles. - Strategic Positioning: Move the paddle to strategic positions to target hard-to-reach bricks. Give it a try and see how quickly you can break all the bricks! Additionally, once you've finished the game, you'll find a selection of our newest games at the bottom, added for your extra enjoyment. CHANGELOG ========== Version 0.1.1 - Add google analytics - Show the list of new games Version 0.1.0 - Initial release of the game
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Brick Break Game |
ID | elfhjnoikdaaahliajecbhbnkahpaocf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/brick-break-game/elfhjnoikdaaahliajecbhbnkahpaocf |
คำอธิบาย | Bounce the ball to break bricks placed in random locations. |
ขนาดไฟล์ | 96.51 KB |
จำนวนการติดตั้ง | 561 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2024-01-20 |
วันที่เผยแพร่ | 2023-12-03 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://gamecheerleader.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gamecheerleader.com |
URL หน้าช่วยเหลือ | https://www.gamecheerleader.com/listing/brick-break-game/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.gamecheerleader.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brick Break Game", "short_name": "brick-break", "version": "0.1.1", "description": "Bounce the ball to break bricks placed in random locations.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_icon": "images\/logo.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |