Balloons Shooter
Throw darts and pop balloons!
Wat is Balloons Shooter?
Balloons Shooter is een Chrome-extensie ontwikkeld door https://www.playtcubed.com, en de belangrijkste functie is "Throw darts and pop balloons!".
Extensie Screenshots
Download het CRX-bestand van de extensie Balloons Shooter
Download Balloons Shooter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A fun hyper casual game inspired by the balloon shooter carnival game
Basisinformatie over de Extensie
Naam | Balloons Shooter |
ID | nnidpdalbbbmfimkcgikjalnlipgejhf |
Officiële URL | https://chromewebstore.google.com/detail/balloons-shooter/nnidpdalbbbmfimkcgikjalnlipgejhf |
Beschrijving | Throw darts and pop balloons! |
Bestandsgrootte | 3.33 MB |
Aantal Installaties | 69 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2021-09-12 |
Publicatiedatum | 2021-09-12 |
Ontwikkelaar | https://www.playtcubed.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://playtcubed.com |
Help Pagina-URL | http://playtcubed.com |
URL van de Privacybeleid Pagina | https://playtcubed.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } |