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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the cannon balls to destroy the incoming cube and win this funny game!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ball Hits Cube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |