Ninja Star
Destroy falling blocks with bouncy ninja stars!
Cos'è Ninja Star?
Ninja Star è un'estensione di Chrome sviluppata da https://onionfist.net, e la sua funzione principale è "Destroy falling blocks with bouncy ninja stars!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ninja Star
Scarica i file di estensione Ninja Star in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Ninja Star |
ID | onhefnkklndddmfddgoeffopjdkfknhk |
URL Ufficiale | https://chromewebstore.google.com/detail/ninja-star/onhefnkklndddmfddgoeffopjdkfknhk |
Descrizione | Destroy falling blocks with bouncy ninja stars! |
Dimensione del File | 515 KB |
Conteggio Installazioni | 13,713 |
Versione Corrente | 0.003 |
Ultimo Aggiornamento | 2023-02-09 |
Data di Pubblicazione | 2023-01-07 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | https://onionfist.net |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |