Ninja Star
Destroy falling blocks with bouncy ninja stars!
什么是Ninja Star?
Ninja Star是由https://onionfist.net开发的Chrome扩展程序,该扩展的主要功能是“Destroy falling blocks with bouncy ninja stars!”。
扩展截图
下载Ninja Star扩展crx文件
下载Ninja Star扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Ninja Star |
ID | onhefnkklndddmfddgoeffopjdkfknhk |
官方URL | https://chromewebstore.google.com/detail/ninja-star/onhefnkklndddmfddgoeffopjdkfknhk |
简介 | Destroy falling blocks with bouncy ninja stars! |
文件大小 | 515 KB |
安装次数 | 13,713 |
当前版本 | 0.003 |
更新时间 | 2023-02-09 |
上架时间 | 2023-01-07 |
评分 | 4.50/5 共4次评分 |
开发者 | https://onionfist.net |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |