Bubble Mover
The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
ما هو Bubble Mover؟
Bubble Mover هو إضافة Chrome تم تطويرها بواسطة bakhirev.alexey، والميزة الرئيسية لها هي "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bubble Mover
قم بتنزيل ملفات الامتداد Bubble Mover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The game «Bubble Mover» need to reduce the number of bubbles to their complete disappearance. To do this, click on groups of two or more balls of the same color. The game will be over, when on the field there will be no ball, or when there will be more opportunities to continue.
معلومات أساسية عن التمديد
الاسم | Bubble Mover |
ID | ejpocjcapcigbhodlakiogekbalflgdi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi |
الوصف | The game Bubble Mover need to reduce the number of bubbles to their complete disappearance. |
حجم الملف | 255 KB |
عدد التثبيتات | 252 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2013-02-21 |
تاريخ النشر | 2013-02-21 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | bakhirev.alexey |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "custom_icon_16.png", "default_popup": "popup.html", "default_title": "Bubble Mover" }, "description": "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.png", "128": "custom_icon_128.png" }, "sandbox": { "pages": [ "game\/index.html" ], "scripts": [ "game\/js\/balls.js" ] }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "Bubble Mover", "version": "1.0.0" } |