Ninja Star

Destroy falling blocks with bouncy ninja stars!

什麼是Ninja Star?

Ninja Star是由https://onionfist.net開發的Chrome擴展程式,該擴展的主要功能是“Destroy falling blocks with bouncy ninja stars!”。

擴展截圖

screenshot

下載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 Ninja Star
ID onhefnkklndddmfddgoeffopjdkfknhk
官方網址 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"
    ]
}