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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ball Hits Cube
قم بتنزيل ملفات الامتداد Ball Hits Cube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | https://kibiwebgeek.com/ball-hits-cube-main-page/ |
عنوان صفحة سياسة الخصوصية | 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" } |