Stack Colors
Collect objects of a specific color and to get as many of them as you can to the finish line
Stack Colors là gì?
Stack Colors là một tiện ích mở rộng Chrome được phát triển bởi https://www.noobgamer.club, và tính năng chính của nó là "Collect objects of a specific color and to get as many of them as you can to the finish line".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stack Colors
Tải xuống các tệp mở rộng Stack Colors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stack Colors |
ID | bamhgohngjcfhdegeogndgkkpceokdba |
URL Chính Thức | https://chromewebstore.google.com/detail/stack-colors/bamhgohngjcfhdegeogndgkkpceokdba |
Mô tả | Collect objects of a specific color and to get as many of them as you can to the finish line |
Kích Thước Tệp | 30.91 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2020-09-21 |
Ngày Phát Hành | 2020-09-20 |
Nhà Phát Triển | https://www.noobgamer.club |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.noobgamer.club/games/play/stack-colors |
URL Trang Trợ Giúp | http://www.noobgamer.club/page/terms |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |