Wall Smash Game

Bounce the ball to smash the falling wall.

Wall Smash Game란 무엇입니까?

Wall Smash Game은(는) https://gamecheerleader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bounce the ball to smash the falling wall."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Wall Smash Game 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Wall Smash Game Wall Smash Game
ID kneehnmmfiinncdaeekgaaljnppeeobc
공식 URL https://chromewebstore.google.com/detail/wall-smash-game/kneehnmmfiinncdaeekgaaljnppeeobc
설명 Bounce the ball to smash the falling wall.
파일 크기 85.07 KB
설치 횟수 327
현재 버전 0.1.1
최근 업데이트 2024-01-21
출시 날짜 2023-12-30
개발자 https://gamecheerleader.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gamecheerleader.com
도움말 페이지 URL https://www.gamecheerleader.com/listing/wall-smash-game/
개인정보 보호 정책 페이지 URL https://www.gamecheerleader.com/privacy-policy
지원되는 언어 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
}