Block Destroyer
Space invaders-like game.
什麼是Block Destroyer?
Block Destroyer是由https://www.loganfick.com開發的Chrome擴展程式,該擴展的主要功能是“Space invaders-like game.”。
擴展截圖
下載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 |
ID | mmbmcpbcklgfkhbndbaoigaeihpafheo |
官方網址 | 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'" } |