Ball Hits Cube

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

Ball Hits Cube là gì?

Ball Hits Cube là một tiện ích mở rộng Chrome được phát triển bởi https://kibiwebgeek.com, và tính năng chính của nó là "Use the cannon balls to destroy the incoming cube and win this funny game!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ball Hits Cube

Tải xuống các tệp mở rộng Ball Hits Cube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ball Hits Cube Ball Hits Cube
ID ekfplhglcekcclioaagkheelcjambmna
URL Chính Thức https://chrome.google.com/webstore/detail/ball-hits-cube/ekfplhglcekcclioaagkheelcjambmna
Mô tả Use the cannon balls to destroy the incoming cube and win this funny game!
Kích Thước Tệp 284 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2020-05-10
Ngày Phát Hành 2020-05-10
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://kibiwebgeek.com
Loại Thanh Toán free
Trang Web Mở Rộng https://kibiwebgeek.com/ball-hits-cube-main-page/
URL Trang Trợ Giúp https://kibiwebgeek.com/ball-hits-cube-main-page/
URL Trang Chính Sách Bảo Mật http://gamingdirectional.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}