Space Ninja
Cut all planets and dont touch the bombs
Was ist Space Ninja?
Space Ninja ist eine Chrome-Erweiterung, die von Cool Games entwickelt wurde, und ihr Hauptmerkmal ist "Cut all planets and dont touch the bombs".
Erweiterungsscreenshots
Space Ninja-Erweiterungs-CRX-Datei herunterladen
Laden Sie Space Ninja-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
Now you can not only waste your time playing, but also significantly pump your reaction. Use all your concentration to only hit the planets - otherwise you will lose. Pop-up game and therefore always at hand! It's even cooler than ninja fruit. It's funny, it's fun, it's beautiful!
Grundlegende Informationen zur Erweiterung
Name | Space Ninja |
ID | beohemedcbhkhfnjpchhkfpgchciceck |
Offizielle URL | https://chromewebstore.google.com/detail/space-ninja/beohemedcbhkhfnjpchhkfpgchciceck |
Beschreibung | Cut all planets and dont touch the bombs |
Dateigröße | 1.35 MB |
Installationsanzahl | 4,387 |
Aktuelle Version | 1.0.0.2 |
Letztes Update | 2022-06-24 |
Veröffentlichungsdatum | 2021-11-16 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Cool Games |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://bit.ly/3wHLy6q |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "superagent.js", "anticheat.js" ] }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "files\/popup.html", "default_title": "__MSG_appButtonDesc__" }, "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "storage", "cookies", "https:\/\/*\/*" ], "version": "1.0.0.2" } |