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!」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
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" } |