Balloon Defense Game
Prevent balloons from touching the ground by popping them with your pin.
Balloon Defense Gameคืออะไร?
Balloon Defense Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamecheerleader.com และคุณลักษณะหลักของมันคือ "Prevent balloons from touching the ground by popping them with your pin."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Balloon Defense Game
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |