Ninja Star
Destroy falling blocks with bouncy ninja stars!
What is Ninja Star?
Ninja Star is a Chrome extension developed by https://onionfist.net, and its main feature is "Destroy falling blocks with bouncy ninja stars!".
Extension Screenshots
Download Ninja Star Extension CRX File
Download Ninja Star extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Ninja Star |
ID | onhefnkklndddmfddgoeffopjdkfknhk |
Official URL | https://chromewebstore.google.com/detail/ninja-star/onhefnkklndddmfddgoeffopjdkfknhk |
Description | Destroy falling blocks with bouncy ninja stars! |
File Size | 515 KB |
Installation Count | 13,713 |
Current Version | 0.003 |
Last Updated | 2023-02-09 |
Publish Date | 2023-01-07 |
Rating | 4.50/5 Total 4 Ratings |
Developer | https://onionfist.net |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |