Ball Hits Cube
Use the cannon balls to destroy the incoming cube and win this funny game!
O que é Ball Hits Cube?
Ball Hits Cube é uma extensão do Chrome desenvolvida por https://kibiwebgeek.com, e sua principal característica é "Use the cannon balls to destroy the incoming cube and win this funny game!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ball Hits Cube
Baixe arquivos de extensão Ball Hits Cube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | ekfplhglcekcclioaagkheelcjambmna |
URL Oficial | https://chrome.google.com/webstore/detail/ball-hits-cube/ekfplhglcekcclioaagkheelcjambmna |
Descrição | Use the cannon balls to destroy the incoming cube and win this funny game! |
Tamanho do Arquivo | 284 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 2.6 |
Última Atualização | 2020-05-10 |
Data de Publicação | 2020-05-10 |
Classificação | 3.50/5 Total de 4 Avaliações |
Desenvolvedor | https://kibiwebgeek.com |
Tipo de Pagamento | free |
Site da Extensão | https://kibiwebgeek.com/ball-hits-cube-main-page/ |
URL da Página de Ajuda | https://kibiwebgeek.com/ball-hits-cube-main-page/ |
URL da Página de Política de Privacidade | http://gamingdirectional.com/privacy-policy |
Idiomas Suportados | 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" } |