Ball Hits Cube
Use the cannon balls to destroy the incoming cube and win this funny game!
Hvad er Ball Hits Cube?
Ball Hits Cube er en Chrome-udvidelse udviklet af https://kibiwebgeek.com, og dens hovedfunktion er "Use the cannon balls to destroy the incoming cube and win this funny game!".
Udvidelsesskærmbilleder
Download Ball Hits Cube-udvidelses-CRX-fil
Download Ball Hits Cube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ekfplhglcekcclioaagkheelcjambmna |
Officiel URL | https://chrome.google.com/webstore/detail/ball-hits-cube/ekfplhglcekcclioaagkheelcjambmna |
Beskrivelse | Use the cannon balls to destroy the incoming cube and win this funny game! |
Filstørrelse | 284 KB |
Antal Installationer | 1,000 |
Nuværende Version | 2.6 |
Senest Opdateret | 2020-05-10 |
Udgivelsesdato | 2020-05-10 |
Bedømmelse | 3.50/5 Samlet 4 Bedømmelser |
Udvikler | https://kibiwebgeek.com |
Betalingsmetode | free |
Udvidelseswebsted | https://kibiwebgeek.com/ball-hits-cube-main-page/ |
Hjælpeside-URL | https://kibiwebgeek.com/ball-hits-cube-main-page/ |
URL til Fortrolighedspolitik Side | http://gamingdirectional.com/privacy-policy |
Understøttede Sprog | 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" } |