Balloons Shooter
Throw darts and pop balloons!
Apa itu Balloons Shooter?
Balloons Shooter adalah ekstensi Chrome yang dikembangkan oleh https://www.playtcubed.com, dan fitur utamanya adalah "Throw darts and pop balloons!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Balloons Shooter
Unduh file ekstensi Balloons Shooter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A fun hyper casual game inspired by the balloon shooter carnival game
Informasi Dasar Ekstensi
Nama | Balloons Shooter |
ID | nnidpdalbbbmfimkcgikjalnlipgejhf |
URL Resmi | https://chromewebstore.google.com/detail/balloons-shooter/nnidpdalbbbmfimkcgikjalnlipgejhf |
Deskripsi | Throw darts and pop balloons! |
Ukuran File | 3.33 MB |
Jumlah Instalasi | 69 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2021-09-12 |
Tanggal Publikasi | 2021-09-12 |
Pengembang | https://www.playtcubed.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://playtcubed.com |
URL Halaman Bantuan | http://playtcubed.com |
URL Halaman Kebijakan Privasi | https://playtcubed.com/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } |