Ninja Star

Destroy falling blocks with bouncy ninja stars!

Apa itu Ninja Star?

Ninja Star adalah ekstensi Chrome yang dikembangkan oleh https://onionfist.net, dan fitur utamanya adalah "Destroy falling blocks with bouncy ninja stars!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ninja Star

Unduh file ekstensi Ninja Star dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Ninja Star Ninja Star
ID onhefnkklndddmfddgoeffopjdkfknhk
URL Resmi https://chromewebstore.google.com/detail/ninja-star/onhefnkklndddmfddgoeffopjdkfknhk
Deskripsi Destroy falling blocks with bouncy ninja stars!
Ukuran File 515 KB
Jumlah Instalasi 13,713
Versi Saat Ini 0.003
Terakhir Diperbarui 2023-02-09
Tanggal Publikasi 2023-01-07
Penilaian 4.50/5 Total 4 Penilaian
Pengembang https://onionfist.net
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}