Ninja Star

Destroy falling blocks with bouncy ninja stars!

Vad är Ninja Star?

Ninja Star är en Chrome-tillägg utvecklad av https://onionfist.net, och dess huvudfunktion är "Destroy falling blocks with bouncy ninja stars!".

Tilläggsskärmbilder

screenshot

Ladda ner Ninja Star-förlängningens CRX-fil

Ladda ner Ninja Star-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Ninja Star Ninja Star
ID onhefnkklndddmfddgoeffopjdkfknhk
Officiell webbadress https://chromewebstore.google.com/detail/ninja-star/onhefnkklndddmfddgoeffopjdkfknhk
Beskrivning Destroy falling blocks with bouncy ninja stars!
Filstorlek 515 KB
Antal Installationer 13,713
Aktuell Version 0.003
Senast Uppdaterad 2023-02-09
Publiceringsdatum 2023-01-07
Betyg 4.50/5 Totalt 4 Betyg
Utvecklare https://onionfist.net
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}