Ninja Star

Destroy falling blocks with bouncy ninja stars!

Was ist Ninja Star?

Ninja Star ist eine Chrome-Erweiterung, die von https://onionfist.net entwickelt wurde, und ihr Hauptmerkmal ist "Destroy falling blocks with bouncy ninja stars!".

Erweiterungsscreenshots

screenshot

Ninja Star-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ninja Star-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

                        In class or at work, play this arcade game by clicking the extension icon.

Controls:
- Click to shoot

Objective:
- Throw ninja stars at the blocks that fall down from the sky. Don't let the blocks touch the floor.

Features:
- Neon theme
- Realistic physics engine
- Automatic speed-up
- Multiple ninja star throw
- Game saved when extension is closed and re-opened
- Sound effects.
- Custom levels                    

Grundlegende Informationen zur Erweiterung

Name Ninja Star Ninja Star
ID onhefnkklndddmfddgoeffopjdkfknhk
Offizielle URL https://chromewebstore.google.com/detail/ninja-star/onhefnkklndddmfddgoeffopjdkfknhk
Beschreibung Destroy falling blocks with bouncy ninja stars!
Dateigröße 515 KB
Installationsanzahl 13,713
Aktuelle Version 0.003
Letztes Update 2023-02-09
Veröffentlichungsdatum 2023-01-07
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler https://onionfist.net
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ninja Star",
    "short_name": "Ninja Star",
    "description": "Destroy falling blocks with bouncy ninja stars!",
    "version": "0.003",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ]
}