Block Destroyer

Space invaders-like game.

Block Destroyer là gì?

Block Destroyer là một tiện ích mở rộng Chrome được phát triển bởi https://www.loganfick.com, và tính năng chính của nó là "Space invaders-like game.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Block Destroyer

Tải xuống các tệp mở rộng Block Destroyer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Block Destroyer Block Destroyer
ID mmbmcpbcklgfkhbndbaoigaeihpafheo
URL Chính Thức https://chromewebstore.google.com/detail/block-destroyer/mmbmcpbcklgfkhbndbaoigaeihpafheo
Mô tả Space invaders-like game.
Kích Thước Tệp 15.64 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2018-11-04
Ngày Phát Hành 2018-11-03
Nhà Phát Triển https://www.loganfick.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}