Balloons Shooter
Throw darts and pop balloons!
Was ist Balloons Shooter?
Balloons Shooter ist eine Chrome-Erweiterung, die von https://www.playtcubed.com entwickelt wurde, und ihr Hauptmerkmal ist "Throw darts and pop balloons!".
Erweiterungsscreenshots
Balloons Shooter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Balloons Shooter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A fun hyper casual game inspired by the balloon shooter carnival game
Grundlegende Informationen zur Erweiterung
Name | Balloons Shooter |
ID | nnidpdalbbbmfimkcgikjalnlipgejhf |
Offizielle URL | https://chromewebstore.google.com/detail/balloons-shooter/nnidpdalbbbmfimkcgikjalnlipgejhf |
Beschreibung | Throw darts and pop balloons! |
Dateigröße | 3.33 MB |
Installationsanzahl | 69 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2021-09-12 |
Veröffentlichungsdatum | 2021-09-12 |
Entwickler | https://www.playtcubed.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://playtcubed.com |
Hilfeseite URL | http://playtcubed.com |
URL der Datenschutzrichtlinien-Seite | https://playtcubed.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } |