2048 - Classic Games

Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!

2048 - Classic Gamesคืออะไร?

2048 - Classic Games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Seiri และคุณลักษณะหลักของมันคือ "Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!"

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

screenshot

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

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

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

                        2048 is a number puzzle game that was originally created by Italian developer Gabriele Cirulli in 2014. The game is played on a 4x4 grid, initially populated with two tiles bearing the values of either 2 or 4.

Gameplay Overview:

Initial State: The game begins with a 4x4 grid, and there are two tiles with values of 2 or 4 placed randomly on it.

Sliding Tiles: Players can slide the tiles in four directions: up, down, left, or right. When two tiles with the same value collide while sliding in a particular direction, they merge into a single tile with a value equal to the sum of the two merged tiles.

New Tile Generation: After each valid slide, a new tile appears randomly in an empty spot on the grid. The value of the new tile is either 2 or 4. This process continues, and players must strategically merge tiles to obtain higher values.

Objective: The primary goal is to continue merging tiles to reach a tile with the value of 2048. Once a tile with the value 2048 is created, the player wins. However, the game usually allows players to continue playing to achieve even higher tile values.

Game Over: The game concludes when the grid is filled, and no more valid moves can be made. The player's score is the sum of all the tile values on the grid at that point.

2048's simple rules and addictive nature make it suitable for players of all ages. The challenge lies in the strategic decisions players make to merge tiles efficiently and reach the elusive 2048 tile.                    

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

ชื่อ 2048 - Classic Games 2048 - Classic Games
ID hlkmmlaoanillfcdobphmaaaadaanaog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/2048-classic-games/hlkmmlaoanillfcdobphmaaaadaanaog
คำอธิบาย Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!
ขนาดไฟล์ 94.73 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2024-01-23
วันที่เผยแพร่ 2024-01-18
ผู้พัฒนา Seiri
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chrome-tool.github.io/2048/
URL หน้านโยบายความเป็นส่วนตัว https://github.com/chrome-tool/2048
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.0",
    "offline_enabled": true,
    "default_locale": "en",
    "description": "__MSG_description__",
    "author": "Seiri",
    "action": {
        "default_icon": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    }
}