Block Destroyer
Space invaders-like game.
Qu'est-ce que Block Destroyer ?
Block Destroyer est une extension Chrome développée par https://www.loganfick.com, et sa fonction principale est "Space invaders-like game.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Block Destroyer
Téléchargez les fichiers d'extension Block Destroyer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Block Destroyer |
ID | mmbmcpbcklgfkhbndbaoigaeihpafheo |
URL Officiel | https://chromewebstore.google.com/detail/block-destroyer/mmbmcpbcklgfkhbndbaoigaeihpafheo |
Description | Space invaders-like game. |
Taille du Fichier | 15.64 KB |
Nombre d'Installations | 38 |
Version Actuelle | 4.1 |
Dernière Mise à Jour | 2018-11-04 |
Date de Publication | 2018-11-03 |
Développeur | https://www.loganfick.com |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |