Ball Hits Cube

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

Ball Hits Cubeคืออะไร?

Ball Hits Cube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kibiwebgeek.com และคุณลักษณะหลักของมันคือ "Use the cannon balls to destroy the incoming cube and win this funny game!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ball Hits Cube

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}