Flappy 2048
Flappy 2048 is a fun game where instead of sliding squares to reach 2048!
Flappy 2048คืออะไร?
Flappy 2048 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://monkeymart.org และคุณลักษณะหลักของมันคือ "Flappy 2048 is a fun game where instead of sliding squares to reach 2048!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flappy 2048
ดาวน์โหลดไฟล์ส่วนขยาย Flappy 2048 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
That is a simple and fun game! You jump over obstacles until you reach a score of 2048 and win. Good luck!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Flappy 2048 |
ID | nmimlnlbhllkdbnhmocpdgcnglkpcnep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flappy-2048/nmimlnlbhllkdbnhmocpdgcnglkpcnep |
คำอธิบาย | Flappy 2048 is a fun game where instead of sliding squares to reach 2048! |
ขนาดไฟล์ | 366 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-11-20 |
วันที่เผยแพร่ | 2023-05-29 |
ผู้พัฒนา | https://monkeymart.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://monkeymart.org/unblocked-games-76/ |
URL หน้าช่วยเหลือ | https://monkeymart.org/unblocked-games-76/ |
URL หน้านโยบายความเป็นส่วนตัว | https://monkeymart.org/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Flappy 2048", "version": "1.0.1", "description": "Flappy 2048 is a fun game where instead of sliding squares to reach 2048!", "homepage_url": "https:\/\/ubg365.org", "background": { "service_worker": "background.js" }, "action": { "default_title": "Flappy 2048", "default_icon": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "default_popup": "index.html" }, "icons": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" } } |