Wall Smash Game

Bounce the ball to smash the falling wall.

What is Wall Smash Game?

Wall Smash Game is a Chrome extension developed by https://gamecheerleader.com, and its main feature is "Bounce the ball to smash the falling wall.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Wall Smash Game Extension CRX File

Download Wall Smash Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Welcome to Wall Smash Game, an exciting challenge that places you in control of a paddle, with the goal of bouncing a ball to destroy bricks and attain the highest score possible.

How to Play:

1) Click the extension icon in your Chrome browser to open Wall Smash Game. You'll be presented with a 480x480 game arena that has a paddle at the bottom, a ball starting in the middle, and a descending wall made up of bricks at the top.

2) Effortlessly glide your mouse horizontally across the game area to control the paddle's movements. The ball easily bounces off the paddle and the surrounding walls.

3) Every 4 seconds, the current bricks move down by their own height, and a new row of bricks is added at the top of the wall.

4) If the ball misses the paddle and hits the bottom wall, you lose. If any brick reaches the bottom wall, you also lose.

5) After each round, a "Restart" button appears, allowing you to easily begin again.

Tips for Success:

  - Stay really focused, follow where the ball goes, and guess where it will bounce.
  - Put the paddle in the right spot to hit the hard-to-reach bricks just right.

Give it a try and see how quickly you can smash the wall! Additionally, once you've finished current 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                    

Extension Basic Information

Name Wall Smash Game Wall Smash Game
ID kneehnmmfiinncdaeekgaaljnppeeobc
Official URL https://chromewebstore.google.com/detail/wall-smash-game/kneehnmmfiinncdaeekgaaljnppeeobc
Description Bounce the ball to smash the falling wall.
File Size 85.07 KB
Installation Count 327
Current Version 0.1.1
Last Updated 2024-01-21
Publish Date 2023-12-30
Developer https://gamecheerleader.com
Email [email protected]
Payment Type free
Extension Website https://www.gamecheerleader.com
Help Page URL https://www.gamecheerleader.com/listing/wall-smash-game/
Privacy Policy Page URL https://www.gamecheerleader.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wall Smash Game",
    "short_name": "wall-smash",
    "version": "0.1.1",
    "description": "Bounce the ball to smash the falling wall.",
    "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
}