Block Destroyer

Space invaders-like game.

什么是Block Destroyer?

Block Destroyer是由https://www.loganfick.com开发的Chrome扩展程序,该扩展的主要功能是“Space invaders-like game.”。

扩展截图

screenshot
screenshot

下载Block Destroyer扩展crx文件

下载Block Destroyer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Block Destroyer Block Destroyer
ID mmbmcpbcklgfkhbndbaoigaeihpafheo
官方URL https://chromewebstore.google.com/detail/block-destroyer/mmbmcpbcklgfkhbndbaoigaeihpafheo
简介 Space invaders-like game.
文件大小 15.64 KB
安装次数 38
当前版本 4.1
更新时间 2018-11-04
上架时间 2018-11-03
开发者 https://www.loganfick.com
付费类型 free
支持的语言 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'"
}