Ball Hits Cube

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

Co to jest Ball Hits Cube?

Ball Hits Cube to rozszerzenie Chrome opracowane przez https://kibiwebgeek.com, a jego główną funkcją jest „Use the cannon balls to destroy the incoming cube and win this funny game!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ball Hits Cube

Pobierz pliki rozszerzeń Ball Hits Cube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Ball Hits Cube Ball Hits Cube
ID ekfplhglcekcclioaagkheelcjambmna
Oficjalny URL https://chrome.google.com/webstore/detail/ball-hits-cube/ekfplhglcekcclioaagkheelcjambmna
Opis Use the cannon balls to destroy the incoming cube and win this funny game!
Rozmiar pliku 284 KB
Liczba instalacji 1,000
Aktualna Wersja 2.6
Ostatnia Aktualizacja 2020-05-10
Data Publikacji 2020-05-10
Ocena 3.50/5 Łącznie 4 Oceny
Deweloper https://kibiwebgeek.com
Typ Płatności free
Strona Rozszerzenia https://kibiwebgeek.com/ball-hits-cube-main-page/
Adres URL Strony Pomocy https://kibiwebgeek.com/ball-hits-cube-main-page/
Adres URL Strony Polityki Prywatności http://gamingdirectional.com/privacy-policy
Obsługiwane Języki 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"
}