Ball Hits Cube

Use the cannon balls to destroy the incoming cube and win this funny game!

¿Qué es Ball Hits Cube?

Ball Hits Cube es una extensión de Chrome desarrollada por https://kibiwebgeek.com, y su función principal es "Use the cannon balls to destroy the incoming cube and win this funny game!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ball Hits Cube

Descarga archivos de extensión Ball Hits Cube en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Ball Hits Cube Ball Hits Cube
ID ekfplhglcekcclioaagkheelcjambmna
URL Oficial https://chrome.google.com/webstore/detail/ball-hits-cube/ekfplhglcekcclioaagkheelcjambmna
Descripción Use the cannon balls to destroy the incoming cube and win this funny game!
Tamaño del Archivo 284 KB
Cantidad de Instalaciones 1,000
Versión Actual 2.6
Última Actualización 2020-05-10
Fecha de Publicación 2020-05-10
Calificación 3.50/5 Total de 4 Calificaciones
Desarrollador https://kibiwebgeek.com
Tipo de Pago free
Sitio Web de la Extensión https://kibiwebgeek.com/ball-hits-cube-main-page/
URL de la Página de Ayuda https://kibiwebgeek.com/ball-hits-cube-main-page/
URL de la Página de Política de Privacidad http://gamingdirectional.com/privacy-policy
Idiomas Soportados 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"
}