2048 Game
PLAY 2048 GAME ONLINE
2048 Gameคืออะไร?
2048 Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamebobo.com และคุณลักษณะหลักของมันคือ "PLAY 2048 GAME ONLINE"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2048 Game
ดาวน์โหลดไฟล์ส่วนขยาย 2048 Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser! HOW TO PLAY: Use your arrow keys to move the numbers. When two tiles with the same number touch, they merge into one!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kjldfobcalpagmgddjaoplhhalgddiah |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/2048-game/kjldfobcalpagmgddjaoplhhalgddiah |
คำอธิบาย | PLAY 2048 GAME ONLINE |
ขนาดไฟล์ | 9.46 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 2048 |
อัปเดตครั้งล่าสุด | 2019-11-07 |
วันที่เผยแพร่ | 2019-11-07 |
คะแนน | 2.15/5 รวมทั้งหมด 62 คะแนน |
ผู้พัฒนา | https://gamebobo.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2048 Game", "version": "2048", "description": "PLAY 2048 GAME ONLINE", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/2048.gamebobo.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "2048 Game" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |