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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}