Balloon Defense Game

Prevent balloons from touching the ground by popping them with your pin.

Balloon Defense Game란 무엇입니까?

Balloon Defense Game은(는) https://gamecheerleader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevent balloons from touching the ground by popping them with your pin."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Balloon Defense Game 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "Balloon Defense" is an exciting game where you stop colorful balloons from reaching the ground. Use your pin to burst them before they land. You earn points for every balloon you pop and the balloons will drop faster as you progress.

How to Play:

1) Move the Pin: Slide your mouse side-to-side in the game zone to position the pin above the ground.

2) Speed Increases: The more you pop balloons, the quicker they will descend, making the game harder.

3) Game score: The points for each popped balloon add to your score. Check your total points in the top-left corner of the screen.

4) No Loss for Missed Balloons: If a balloon hits the ground, you won't lose, but you'll miss out on those points.

Enjoy the game and have fun! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.2
- Add google analytics
- Show the list of new games

Version 0.1.0 - 0.1.1
- Initial release of game
- Update game interface                    

확장 프로그램 기본 정보

이름 Balloon Defense Game Balloon Defense Game
ID dpgoaocjleopffhnmibecijibcnajghd
공식 URL https://chromewebstore.google.com/detail/balloon-defense-game/dpgoaocjleopffhnmibecijibcnajghd
설명 Prevent balloons from touching the ground by popping them with your pin.
파일 크기 22.71 KB
설치 횟수 483
현재 버전 0.1.2
최근 업데이트 2024-01-22
출시 날짜 2023-10-24
개발자 https://gamecheerleader.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gamecheerleader.com
도움말 페이지 URL https://www.gamecheerleader.com/listing/balloon-defense-game/
개인정보 보호 정책 페이지 URL https://www.gamecheerleader.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Balloon Defense Game",
    "version": "0.1.2",
    "description": "Prevent balloons from touching the ground by popping them with your pin.",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/logo.png",
            "48": "icons\/logo.png",
            "128": "icons\/logo.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}