Ball Hits Cube
Use the cannon balls to destroy the incoming cube and win this funny game!
什麼是Ball Hits Cube?
Ball Hits Cube是由https://kibiwebgeek.com開發的Chrome擴展程式,該擴展的主要功能是“Use the cannon balls to destroy the incoming cube and win this funny game!”。
擴展截圖
下載Ball Hits Cube擴展crx文件
下載Ball Hits Cube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a really simple offline game, all you need to do is to fire the cannon ball and destroy the moving cube to win the game. Use space bar on your keyboard to fire the cannon balls, use left and right arrow key to project the cannon ball. After level 3 you will find out that it is actually very difficult to destroy the moving cube so it will take some time for you to master this game and win it!
擴展基本資訊
名稱 | |
ID | ekfplhglcekcclioaagkheelcjambmna |
官方網址 | https://chrome.google.com/webstore/detail/ball-hits-cube/ekfplhglcekcclioaagkheelcjambmna |
簡介 | Use the cannon balls to destroy the incoming cube and win this funny game! |
檔案大小 | 284 KB |
安裝次數 | 1,000 |
目前版本 | 2.6 |
更新時間 | 2020-05-10 |
上架時間 | 2020-05-10 |
評分 | 3.50/5 共 4 次評分 |
開發者 | https://kibiwebgeek.com |
付費類型 | free |
擴展官網 | https://kibiwebgeek.com/ball-hits-cube-main-page/ |
說明頁面URL | https://kibiwebgeek.com/ball-hits-cube-main-page/ |
隱私政策頁面URL | http://gamingdirectional.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "image\/19.png", "38": "image\/38.png" }, "default_title": "Ball Hits Cube", "name": "Click to start" }, "description": "Use the cannon balls to destroy the incoming cube and win this funny game!", "icons": { "128": "image\/128.png", "16": "image\/16.png", "19": "image\/19.png", "48": "image\/48.png" }, "manifest_version": 2, "name": "Ball Hits Cube", "offline_enabled": true, "permissions": [ "unlimitedStorage" ], "version": "2.6" } |