Stack Colors
Collect objects of a specific color and to get as many of them as you can to the finish line
Cos'è Stack Colors?
Stack Colors è un'estensione di Chrome sviluppata da https://www.noobgamer.club, e la sua funzione principale è "Collect objects of a specific color and to get as many of them as you can to the finish line".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stack Colors
Scarica i file di estensione Stack Colors in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Stack Colors |
ID | bamhgohngjcfhdegeogndgkkpceokdba |
URL Ufficiale | https://chromewebstore.google.com/detail/stack-colors/bamhgohngjcfhdegeogndgkkpceokdba |
Descrizione | Collect objects of a specific color and to get as many of them as you can to the finish line |
Dimensione del File | 30.91 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2020-09-21 |
Data di Pubblicazione | 2020-09-20 |
Sviluppatore | https://www.noobgamer.club |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.noobgamer.club/games/play/stack-colors |
URL della Pagina di Aiuto | http://www.noobgamer.club/page/terms |
Lingue Supportate | 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 } } |