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 } } |