Block Destroyer
Space invaders-like game.
Cos'è Block Destroyer?
Block Destroyer è un'estensione di Chrome sviluppata da https://www.loganfick.com, e la sua funzione principale è "Space invaders-like game.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Block Destroyer
Scarica i file di estensione Block Destroyer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Block Destroyer |
ID | mmbmcpbcklgfkhbndbaoigaeihpafheo |
URL Ufficiale | https://chromewebstore.google.com/detail/block-destroyer/mmbmcpbcklgfkhbndbaoigaeihpafheo |
Descrizione | Space invaders-like game. |
Dimensione del File | 15.64 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 4.1 |
Ultimo Aggiornamento | 2018-11-04 |
Data di Pubblicazione | 2018-11-03 |
Sviluppatore | https://www.loganfick.com |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |