Block Destroyer
Space invaders-like game.
Was ist Block Destroyer?
Block Destroyer ist eine Chrome-Erweiterung, die von https://www.loganfick.com entwickelt wurde, und ihr Hauptmerkmal ist "Space invaders-like game.".
Erweiterungsscreenshots
Block Destroyer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Block Destroyer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | mmbmcpbcklgfkhbndbaoigaeihpafheo | 
| Offizielle URL | https://chromewebstore.google.com/detail/block-destroyer/mmbmcpbcklgfkhbndbaoigaeihpafheo | 
| Beschreibung | Space invaders-like game. | 
| Dateigröße | 15.64 KB | 
| Installationsanzahl | 38 | 
| Aktuelle Version | 4.1 | 
| Letztes Update | 2018-11-04 | 
| Veröffentlichungsdatum | 2018-11-03 | 
| Entwickler | https://www.loganfick.com | 
| Zahlungsart | free | 
| Unterstützte Sprachen | 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'"
}  |  |