2048 Games

Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!

2048 Gamesคืออะไร?

2048 Games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.x-games.net และคุณลักษณะหลักของมันคือ "Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2048 Games

ดาวน์โหลดไฟล์ส่วนขยาย 2048 Games ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension contains 5 types of 2048 puzzle games. Play online in new tab. New in 2021! 
2048 is played on a simple gray 4×4 grid, with numbered tiles that slide smoothly when a player moves them using the four arrow keys.

Classic 2048 Puzzle is logic game. You have to merge the number a make a bigger number in this game - these are the rules. Next one fun is Brick 2048. It is includes score ranking system, simple and easy gameplay and sound effects. Next is simple to play with card. Just make 2048 Solitaire. You can strategically place to cards to create combo’s. Each time combo occurs your point for that move you get more points.

Addictive games are much fun!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 2048 Games 2048 Games
ID necdpeoddapddjakiegmlfilbedfphjl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/2048-games/necdpeoddapddjakiegmlfilbedfphjl
คำอธิบาย Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!
ขนาดไฟล์ 168 KB
จำนวนการติดตั้ง 427
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-15
วันที่เผยแพร่ 2021-01-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.x-games.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.x-games.net/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2048 Games",
    "description": "Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!",
    "version": "1.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "jquery.js",
            "bg.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "games.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "icons": {
        "19": "images\/icon19.png",
        "48": "images\/icon48.png"
    }
}