Color Dots
Shoot a ball with the same color button
ما هو Color Dots؟
Color Dots هو إضافة Chrome تم تطويرها بواسطة https://playtcubed.com، والميزة الرئيسية لها هي "Shoot a ball with the same color button".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Color Dots
قم بتنزيل ملفات الامتداد Color Dots بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A colorful hyper casual game. Just shoot a colored ball with the same colored button until the balls overwhelm you! Versions 1.0.2 - Removed drawer 1.0.1 - Fixed bug that caused wrong color lasers to trigger 1.0.0 - Original
معلومات أساسية عن التمديد
الاسم | Color Dots |
ID | ocbimopnchgmaoakpiogcgpedmhojipo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo |
الوصف | Shoot a ball with the same color button |
حجم الملف | 2.24 MB |
عدد التثبيتات | 4,326 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2021-03-30 |
تاريخ النشر | 2021-01-03 |
تقييم | 4.44/5 مجموع تقييمات 9 |
المطور | https://playtcubed.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://playtcubed.com/ |
عنوان صفحة المساعدة | http://playtcubed.com/ |
عنوان صفحة سياسة الخصوصية | https://playtcubed.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self';", "name": "Color Dots", "description": "Shoot a ball with the same color button", "version": "1.0.2", "icons": { "128": "game\/icons\/icon-128.png" }, "background": { "page": "template\/background.html", "persistent": false }, "browser_action": { "default_icon": "game\/icons\/icon-128.png", "default_popup": "\/game\/popup.html" }, "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/*.playtcubed.com\/*", "http:\/\/*.playtcubed.com\/*", "https:\/\/*.tcubedstudios.com\/*", "http:\/\/*.tcubedstudios.com\/*" ] }, "web_accessible_resources": [ "game\/js\/*", "game\/libs\/*" ] } |