Brick Break Game

Bounce the ball to break bricks placed in random locations.

什麼是Brick Break Game?

Brick Break Game是由https://gamecheerleader.com開發的Chrome擴展程式,該擴展的主要功能是“Bounce the ball to break bricks placed in random locations.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Brick Break Game擴展crx文件

下載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 Brick Break Game
ID elfhjnoikdaaahliajecbhbnkahpaocf
官方網址 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
}