Ball Hits Cube
Use the cannon balls to destroy the incoming cube and win this funny game!
Qu'est-ce que Ball Hits Cube ?
Ball Hits Cube est une extension Chrome développée par https://kibiwebgeek.com, et sa fonction principale est "Use the cannon balls to destroy the incoming cube and win this funny game!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ball Hits Cube
Téléchargez les fichiers d'extension Ball Hits Cube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | ekfplhglcekcclioaagkheelcjambmna |
URL Officiel | 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! |
Taille du Fichier | 284 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 2.6 |
Dernière Mise à Jour | 2020-05-10 |
Date de Publication | 2020-05-10 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | https://kibiwebgeek.com |
Type de Paiement | free |
Site Web de l'Extension | https://kibiwebgeek.com/ball-hits-cube-main-page/ |
URL de la Page d'Aide | https://kibiwebgeek.com/ball-hits-cube-main-page/ |
URL de la Page de Politique de Confidentialité | http://gamingdirectional.com/privacy-policy |
Langues Prises en Charge | 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" } |