Balloons Shooter

Throw darts and pop balloons!

What is Balloons Shooter?

Balloons Shooter is a Chrome extension developed by https://www.playtcubed.com, and its main feature is "Throw darts and pop balloons!".

Extension Screenshots

screenshot

Download Balloons Shooter Extension CRX File

Download Balloons Shooter 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

                        A fun hyper casual game inspired by the balloon shooter carnival game                    

Extension Basic Information

Name Balloons Shooter Balloons Shooter
ID nnidpdalbbbmfimkcgikjalnlipgejhf
Official URL https://chromewebstore.google.com/detail/balloons-shooter/nnidpdalbbbmfimkcgikjalnlipgejhf
Description Throw darts and pop balloons!
File Size 3.33 MB
Installation Count 69
Current Version 1.1.0
Last Updated 2021-09-12
Publish Date 2021-09-12
Developer https://www.playtcubed.com
Email [email protected]
Payment Type free
Extension Website http://playtcubed.com
Help Page URL http://playtcubed.com
Privacy Policy Page URL https://playtcubed.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "name": "Balloons Shooter",
    "description": "Throw darts and pop balloons!",
    "version": "1.1.0",
    "icons": {
        "128": "game\/icons\/icon-128.png"
    },
    "background": {
        "page": "template\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "game\/icons\/icon-128.png",
        "default_popup": "\/game\/popup.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.playtcubed.com\/*",
            "http:\/\/*.playtcubed.com\/*",
            "https:\/\/*.tcubedstudios.com\/*",
            "http:\/\/*.tcubedstudios.com\/*"
        ]
    },
    "web_accessible_resources": [
        "game\/js\/*",
        "game\/libs\/*"
    ]
}