Stack Colors

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

Was ist Stack Colors?

Stack Colors ist eine Chrome-Erweiterung, die von https://www.noobgamer.club entwickelt wurde, und ihr Hauptmerkmal ist "Collect objects of a specific color and to get as many of them as you can to the finish line".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Stack Colors-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stack Colors-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Stack Colors Stack Colors
ID bamhgohngjcfhdegeogndgkkpceokdba
Offizielle URL https://chromewebstore.google.com/detail/stack-colors/bamhgohngjcfhdegeogndgkkpceokdba
Beschreibung Collect objects of a specific color and to get as many of them as you can to the finish line
Dateigröße 30.91 KB
Installationsanzahl 34
Aktuelle Version 1
Letztes Update 2020-09-21
Veröffentlichungsdatum 2020-09-20
Entwickler https://www.noobgamer.club
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.noobgamer.club/games/play/stack-colors
Hilfeseite URL http://www.noobgamer.club/page/terms
Unterstützte Sprachen 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
    }
}