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.”。
扩展截图
下载Balloon Defense Game扩展crx文件
下载Balloon Defense Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"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 |
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 } |