Stack Colors
Collect objects of a specific color and to get as many of them as you can to the finish line
Τι είναι το Stack Colors;
Το Stack Colors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.noobgamer.club, και η κύρια λειτουργία του είναι "Collect objects of a specific color and to get as many of them as you can to the finish line".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Stack Colors
Λήψη αρχείων επέκτασης Stack Colors σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Stack Colors |
ID | bamhgohngjcfhdegeogndgkkpceokdba |
Επίσημο URL | https://chromewebstore.google.com/detail/stack-colors/bamhgohngjcfhdegeogndgkkpceokdba |
Περιγραφή | Collect objects of a specific color and to get as many of them as you can to the finish line |
Μέγεθος Αρχείου | 30.91 KB |
Αριθμός Εγκαταστάσεων | 34 |
Τρέχουσα Έκδοση | 1 |
Τελευταία Ενημέρωση | 2020-09-21 |
Ημερομηνία Δημοσίευσης | 2020-09-20 |
Προγραμματιστής | https://www.noobgamer.club |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.noobgamer.club/games/play/stack-colors |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.noobgamer.club/page/terms |
Υποστηριζόμενες Γλώσσες | 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 } } |