Ball Hits Cube
Use the cannon balls to destroy the incoming cube and win this funny game!
What is Ball Hits Cube?
Ball Hits Cube is a Chrome extension developed by https://kibiwebgeek.com, and its main feature is "Use the cannon balls to destroy the incoming cube and win this funny game!".
Extension Screenshots
Download Ball Hits Cube Extension CRX File
Download Ball Hits Cube 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
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!
Extension Basic Information
Name | |
ID | ekfplhglcekcclioaagkheelcjambmna |
Official URL | https://chrome.google.com/webstore/detail/ball-hits-cube/ekfplhglcekcclioaagkheelcjambmna |
Description | Use the cannon balls to destroy the incoming cube and win this funny game! |
File Size | 284 KB |
Installation Count | 1,000 |
Current Version | 2.6 |
Last Updated | 2020-05-10 |
Publish Date | 2020-05-10 |
Rating | 3.50/5 Total 4 Ratings |
Developer | https://kibiwebgeek.com |
Payment Type | free |
Extension Website | https://kibiwebgeek.com/ball-hits-cube-main-page/ |
Help Page URL | https://kibiwebgeek.com/ball-hits-cube-main-page/ |
Privacy Policy Page URL | http://gamingdirectional.com/privacy-policy |
Supported Languages | 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" } |