super watermelon
Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure.
super watermelonคืออะไร?
super watermelon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.wechatgame.cn และคุณลักษณะหลักของมันคือ "Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย super watermelon
ดาวน์โหลดไฟล์ส่วนขยาย super watermelon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We offer four game modes! Mode 1: The classic and popular "Super Watermelon" mode, where you can experience the joy of the classic game! Mode 2: The challenging "Jade Series" with higher synthesis coefficients and strong Chinese style! Mode 3: The fun "Zuma Mode" that challenges you with circular synthesis and requires a different way of thinking! Mode 4: Reverse! For the tiny sesame, you need to use big fruits to synthesize in reverse, with endless possibilities!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | super watermelon |
ID | mmadaahgncbjpakppebmijondocgnnof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/super-watermelon/mmadaahgncbjpakppebmijondocgnnof |
คำอธิบาย | Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure. |
ขนาดไฟล์ | 2.98 MB |
จำนวนการติดตั้ง | 883 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2024-02-23 |
วันที่เผยแพร่ | 2023-12-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.wechatgame.cn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.wechatgame.cn/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "super watermelon", "description": "Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure.", "version": "1.0.0", "homepage_url": "https:\/\/www.wechatgame.cn", "manifest_version": 3, "icons": { "16": "resource\/logo-16.png", "32": "resource\/logo-32.png", "48": "resource\/logo-48.png", "96": "resource\/logo-96.png", "128": "resource\/logo-128.png" }, "action": { "default_popup": "popup\/home\/index.html", "default_icon": { "16": "resource\/logo-16.png", "32": "resource\/logo-32.png", "48": "resource\/logo-48.png", "128": "resource\/logo-128.png" } }, "background": { "service_worker": "js\/background.js", "type": "module" }, "sandbox": { "pages": [ "popup\/watermelon\/index.html" ] }, "permissions": [ "storage" ] } |