Stack Colors
Collect objects of a specific color and to get as many of them as you can to the finish line
O que é Stack Colors?
Stack Colors é uma extensão do Chrome desenvolvida por https://www.noobgamer.club, e sua principal característica é "Collect objects of a specific color and to get as many of them as you can to the finish line".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stack Colors
Baixe arquivos de extensão Stack Colors no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Stack Colors |
ID | bamhgohngjcfhdegeogndgkkpceokdba |
URL Oficial | https://chromewebstore.google.com/detail/stack-colors/bamhgohngjcfhdegeogndgkkpceokdba |
Descrição | Collect objects of a specific color and to get as many of them as you can to the finish line |
Tamanho do Arquivo | 30.91 KB |
Contagem de Instalações | 34 |
Versão Atual | 1 |
Última Atualização | 2020-09-21 |
Data de Publicação | 2020-09-20 |
Desenvolvedor | https://www.noobgamer.club |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.noobgamer.club/games/play/stack-colors |
URL da Página de Ajuda | http://www.noobgamer.club/page/terms |
Idiomas Suportados | 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 } } |