Stack Colors
Collect objects of a specific color and to get as many of them as you can to the finish line
¿Qué es Stack Colors?
Stack Colors es una extensión de Chrome desarrollada por https://www.noobgamer.club, y su función principal es "Collect objects of a specific color and to get as many of them as you can to the finish line".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Stack Colors
Descarga archivos de extensión Stack Colors en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Stack Colors |
ID | bamhgohngjcfhdegeogndgkkpceokdba |
URL Oficial | https://chromewebstore.google.com/detail/stack-colors/bamhgohngjcfhdegeogndgkkpceokdba |
Descripción | Collect objects of a specific color and to get as many of them as you can to the finish line |
Tamaño del Archivo | 30.91 KB |
Cantidad de Instalaciones | 34 |
Versión Actual | 1 |
Última Actualización | 2020-09-21 |
Fecha de Publicación | 2020-09-20 |
Desarrollador | https://www.noobgamer.club |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.noobgamer.club/games/play/stack-colors |
URL de la Página de Ayuda | http://www.noobgamer.club/page/terms |
Idiomas Soportados | 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 } } |