Stack Colors

Collect objects of a specific color and to get as many of them as you can to the finish line

ما هو Stack Colors؟

Stack Colors هو إضافة Chrome تم تطويرها بواسطة https://www.noobgamer.club، والميزة الرئيسية لها هي "Collect objects of a specific color and to get as many of them as you can to the finish line".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Stack Colors

قم بتنزيل ملفات الامتداد Stack Colors بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        In Stack Colors, you have a very simple objective - to collect objects of a specific color and to get as many of them as you can to the finish line. You can control your character and its color also influences the color of objects that you need to pick up. You also need to avoid objects of other colors, since picking them up would lead to you losing those of your color and once you lose all of them, it's game over. There are also places where the color can change rapidly and you will have to react quickly to pick up the correct object. Good luck!                    

معلومات أساسية عن التمديد

الاسم Stack Colors Stack Colors
ID bamhgohngjcfhdegeogndgkkpceokdba
عنوان URL الرسمي https://chromewebstore.google.com/detail/stack-colors/bamhgohngjcfhdegeogndgkkpceokdba
الوصف Collect objects of a specific color and to get as many of them as you can to the finish line
حجم الملف 30.91 KB
عدد التثبيتات 34
النسخة الحالية 1
آخر تحديث 2020-09-21
تاريخ النشر 2020-09-20
المطور https://www.noobgamer.club
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.noobgamer.club/games/play/stack-colors
عنوان صفحة المساعدة http://www.noobgamer.club/page/terms
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stack Colors",
    "manifest_version": 2,
    "description": "Collect objects of a specific color and to get as many of them as you can to the finish line",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "version": "1",
    "browser_action": [],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    }
}