Star Match Game
A classic matching game that plays in a popup.
Star Match Gameคืออะไร?
Star Match Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamecheerleader.com และคุณลักษณะหลักของมันคือ "A classic matching game that plays in a popup."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Star Match Game
ดาวน์โหลดไฟล์ส่วนขยาย Star Match Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Star Match Game requires you to match at least 3 adjacent stars of the same colors. How to play? The rule is very simple. Try to find 3 or more adjacent stars with the same color. These stars will be automatically highlighted when you mouse over them. Just click on any of the stars to crush them. The more adjacent stars crushed, the higher score you will get. When reaching the target score of current level, the game will automatically go to next level in a few seconds. Reminder: No time limit has been set for each level, so you have enough time to find more adjacent stars and get the higher score, no hurry! Go ahead and test your skills to see how far you can progress! For a variety of gaming experiences, feel free to explore our latest games listed at the bottom of the game window at any time. CHANGELOG ========== Version 0.1.4 - Add google analytics - Show the list of new games Version 0.1.0 - 0.1.3 - Initial release of the game - Update interface & features
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Star Match Game |
ID | bflmlogobllmgfkalilhafbncfpdlmpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/star-match-game/bflmlogobllmgfkalilhafbncfpdlmpe |
คำอธิบาย | A classic matching game that plays in a popup. |
ขนาดไฟล์ | 212 KB |
จำนวนการติดตั้ง | 406 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2024-01-22 |
วันที่เผยแพร่ | 2022-05-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://gamecheerleader.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gamecheerleader.com |
URL หน้าช่วยเหลือ | https://www.gamecheerleader.com/listing/star-match-puzzle/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.gamecheerleader.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Star Match Game", "short_name": "star match", "version": "0.1.4", "description": "A classic matching game that plays in a popup.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |