Ninja Star

Destroy falling blocks with bouncy ninja stars!

Hvad er Ninja Star?

Ninja Star er en Chrome-udvidelse udviklet af https://onionfist.net, og dens hovedfunktion er "Destroy falling blocks with bouncy ninja stars!".

Udvidelsesskærmbilleder

screenshot

Download Ninja Star-udvidelses-CRX-fil

Download Ninja Star-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Ninja Star Ninja Star
ID onhefnkklndddmfddgoeffopjdkfknhk
Officiel URL https://chromewebstore.google.com/detail/ninja-star/onhefnkklndddmfddgoeffopjdkfknhk
Beskrivelse Destroy falling blocks with bouncy ninja stars!
Filstørrelse 515 KB
Antal Installationer 13,713
Nuværende Version 0.003
Senest Opdateret 2023-02-09
Udgivelsesdato 2023-01-07
Bedømmelse 4.50/5 Samlet 4 Bedømmelser
Udvikler https://onionfist.net
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}