Block Destroyer
Space invaders-like game.
What is Block Destroyer?
Block Destroyer is a Chrome extension developed by https://www.loganfick.com, and its main feature is "Space invaders-like game.".
Extension Screenshots
Download Block Destroyer Extension CRX File
Download Block Destroyer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Block Destroyer |
ID | mmbmcpbcklgfkhbndbaoigaeihpafheo |
Official URL | https://chromewebstore.google.com/detail/block-destroyer/mmbmcpbcklgfkhbndbaoigaeihpafheo |
Description | Space invaders-like game. |
File Size | 15.64 KB |
Installation Count | 38 |
Current Version | 4.1 |
Last Updated | 2018-11-04 |
Publish Date | 2018-11-03 |
Developer | https://www.loganfick.com |
Payment Type | free |
Supported Languages | 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'" } |