Stack Colors
Collect objects of a specific color and to get as many of them as you can to the finish line
Qu'est-ce que Stack Colors ?
Stack Colors est une extension Chrome développée par https://www.noobgamer.club, et sa fonction principale est "Collect objects of a specific color and to get as many of them as you can to the finish line".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stack Colors
Téléchargez les fichiers d'extension Stack Colors au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Stack Colors |
ID | bamhgohngjcfhdegeogndgkkpceokdba |
URL Officiel | https://chromewebstore.google.com/detail/stack-colors/bamhgohngjcfhdegeogndgkkpceokdba |
Description | Collect objects of a specific color and to get as many of them as you can to the finish line |
Taille du Fichier | 30.91 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2020-09-21 |
Date de Publication | 2020-09-20 |
Développeur | https://www.noobgamer.club |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.noobgamer.club/games/play/stack-colors |
URL de la Page d'Aide | http://www.noobgamer.club/page/terms |
Langues Prises en Charge | 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 } } |