Ninja Star

Destroy falling blocks with bouncy ninja stars!

O que é Ninja Star?

Ninja Star é uma extensão do Chrome desenvolvida por https://onionfist.net, e sua principal característica é "Destroy falling blocks with bouncy ninja stars!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ninja Star

Baixe arquivos de extensão Ninja Star no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Ninja Star Ninja Star
ID onhefnkklndddmfddgoeffopjdkfknhk
URL Oficial https://chromewebstore.google.com/detail/ninja-star/onhefnkklndddmfddgoeffopjdkfknhk
Descrição Destroy falling blocks with bouncy ninja stars!
Tamanho do Arquivo 515 KB
Contagem de Instalações 13,713
Versão Atual 0.003
Última Atualização 2023-02-09
Data de Publicação 2023-01-07
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor https://onionfist.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}