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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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
    }
}