Balloon Defense Game

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

Balloon Defense Game क्या है?

Balloon Defense Game https://gamecheerleader.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevent balloons from touching the ground by popping them with your pin."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Balloon Defense Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}