Block Destroyer
Space invaders-like game.
Apa itu Block Destroyer?
Block Destroyer adalah ekstensi Chrome yang dikembangkan oleh https://www.loganfick.com, dan fitur utamanya adalah "Space invaders-like game.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Block Destroyer
Unduh file ekstensi Block Destroyer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Block Destroyer |
ID | mmbmcpbcklgfkhbndbaoigaeihpafheo |
URL Resmi | https://chromewebstore.google.com/detail/block-destroyer/mmbmcpbcklgfkhbndbaoigaeihpafheo |
Deskripsi | Space invaders-like game. |
Ukuran File | 15.64 KB |
Jumlah Instalasi | 38 |
Versi Saat Ini | 4.1 |
Terakhir Diperbarui | 2018-11-04 |
Tanggal Publikasi | 2018-11-03 |
Pengembang | https://www.loganfick.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |