2048 Online Classic game

This is the classic version of 2048 game. Join the numbers and get to the 2048 tile. Play 2048 online for free here.

什麼是2048 Online Classic game?

2048 Online Classic game是由jackhobbitrds開發的Chrome擴展程式,該擴展的主要功能是“This is the classic version of 2048 game. Join the numbers and get to the 2048 tile. Play 2048 online for free here.”。

擴展截圖

screenshot

下載2048 Online Classic game擴展crx文件

下載2048 Online Classic game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        2048 Game is a fascinating and addictive game that can be played both online and offline. The objective of the game is to join the numbered tiles and reach the 2048 tile.

Welcome to the entertaining and captivating 2048 game, which effectively stimulates the brain by incorporating basic math and color-coded tiles.

The 2048 game is a classic game that combines puzzle-solving, pattern matching, math, and the famous 2048 game.

You can play the unblocked version of 2048 at home, school, or library on desktops without any restrictions.

With the help of the extension, you can play this popular game directly from your Chrome's new tab page or by opening the extension itself from its icon.

The rules of the game are simple: achieve the 2048 tile as soon as possible! You can use the arrow keys on your keyboard to play.

2048 is played on a 4x4 grid with numbered tiles that slide smoothly when moved using the arrow keys. A new tile with a value of either 2 or 4 will appear randomly in an empty spot on the board every turn. Tiles slide as far as possible in the chosen direction until they reach the edge of the grid or collide with another tile. When two tiles with the same number collide, they merge into a tile with the total value of the two tiles. The resulting tile cannot merge with another tile again in the same move. Tiles with higher scores emit a soft glow.

To play 2048 on desktop, swipe up, down, left, or right to move all the tiles. After every swipe, a new tile of 2 or 4 will appear in a random empty spot. When two tiles with the same number touch, they merge into one. For example, 2+2=4, 4+4=8, 8+8=16, and so on. When you reach the 2048 tile, you win! If there are no available moves left, the game ends.

We prioritize user privacy and do not collect, sell, trade, or rent personal identification information.                    

擴展基本資訊

名稱 2048 Online Classic game 2048 Online Classic game
ID eabhkjojehdleajkbigffmpnaelncapp
官方網址 https://chromewebstore.google.com/detail/2048-online-classic-game/eabhkjojehdleajkbigffmpnaelncapp
簡介 This is the classic version of 2048 game. Join the numbers and get to the 2048 tile. Play 2048 online for free here.
檔案大小 82.15 KB
安裝次數 256,628
目前版本 0.0.8
更新時間 2023-04-12
上架時間 2023-03-15
評分 4.59/5 共 176 次評分
開發者 jackhobbitrds
電子郵箱 [email protected]
付費類型 free
支援的語言 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",
    "description": "__MSG_descr__",
    "name": "__MSG_appname__",
    "default_locale": "en",
    "icons": {
        "48": "images\/48.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "images\/128.png",
        "default_popup": "window.html"
    },
    "version": "0.0.8",
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}