Block Destroyer
Space invaders-like game.
O que é Block Destroyer?
Block Destroyer é uma extensão do Chrome desenvolvida por https://www.loganfick.com, e sua principal característica é "Space invaders-like game.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Block Destroyer
Baixe arquivos de extensão Block Destroyer 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
Move your character with arrow keys or W S A D. To shoot it is spacebar. You have to shoot the grey and orange blocks. If you shoot a grey block it is +1 health if you shoot a orange block it is a +5 health. If or when you let a block go down the screen fully you get -1 health.
Informações Básicas da Extensão
Nome | Block Destroyer |
ID | mmbmcpbcklgfkhbndbaoigaeihpafheo |
URL Oficial | https://chromewebstore.google.com/detail/block-destroyer/mmbmcpbcklgfkhbndbaoigaeihpafheo |
Descrição | Space invaders-like game. |
Tamanho do Arquivo | 15.64 KB |
Contagem de Instalações | 38 |
Versão Atual | 4.1 |
Última Atualização | 2018-11-04 |
Data de Publicação | 2018-11-03 |
Desenvolvedor | https://www.loganfick.com |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block Destroyer", "description": "Space invaders-like game.", "version": "4.1", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |