Ball Hits Cube

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

什么是Ball Hits Cube?

Ball Hits Cube是由https://kibiwebgeek.com开发的Chrome扩展程序,该扩展的主要功能是“Use the cannon balls to destroy the incoming cube and win this funny game!”。

扩展截图

screenshot

下载Ball Hits Cube扩展crx文件

下载Ball Hits Cube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Ball Hits Cube Ball Hits Cube
ID ekfplhglcekcclioaagkheelcjambmna
官方URL https://chrome.google.com/webstore/detail/ball-hits-cube/ekfplhglcekcclioaagkheelcjambmna
简介 Use the cannon balls to destroy the incoming cube and win this funny game!
文件大小 284 KB
安装次数 1,000
当前版本 2.6
更新时间 2020-05-10
上架时间 2020-05-10
评分 3.50/5 共4次评分
开发者 https://kibiwebgeek.com
付费类型 free
扩展官网 https://kibiwebgeek.com/ball-hits-cube-main-page/
帮助页面URL https://kibiwebgeek.com/ball-hits-cube-main-page/
隐私政策页面URL http://gamingdirectional.com/privacy-policy
支持的语言 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"
}