Block Destroyer

Space invaders-like game.

¿Qué es Block Destroyer?

Block Destroyer es una extensión de Chrome desarrollada por https://www.loganfick.com, y su función principal es "Space invaders-like game.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Block Destroyer

Descarga archivos de extensión Block Destroyer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Block Destroyer Block Destroyer
ID mmbmcpbcklgfkhbndbaoigaeihpafheo
URL Oficial https://chromewebstore.google.com/detail/block-destroyer/mmbmcpbcklgfkhbndbaoigaeihpafheo
Descripción Space invaders-like game.
Tamaño del Archivo 15.64 KB
Cantidad de Instalaciones 38
Versión Actual 4.1
Última Actualización 2018-11-04
Fecha de Publicación 2018-11-03
Desarrollador https://www.loganfick.com
Tipo de Pago free
Idiomas Soportados 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'"
}