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.

¿Qué es 2048 Online Classic game?

2048 Online Classic game es una extensión de Chrome desarrollada por jackhobbitrds, y su función principal es "This is the classic version of 2048 game. Join the numbers and get to the 2048 tile. Play 2048 online for free here.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 2048 Online Classic game

Descarga archivos de extensión 2048 Online Classic game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 2048 Online Classic game 2048 Online Classic game
ID eabhkjojehdleajkbigffmpnaelncapp
URL Oficial https://chromewebstore.google.com/detail/2048-online-classic-game/eabhkjojehdleajkbigffmpnaelncapp
Descripción This is the classic version of 2048 game. Join the numbers and get to the 2048 tile. Play 2048 online for free here.
Tamaño del Archivo 82.15 KB
Cantidad de Instalaciones 256,628
Versión Actual 0.0.8
Última Actualización 2023-04-12
Fecha de Publicación 2023-03-15
Calificación 4.59/5 Total de 176 Calificaciones
Desarrollador jackhobbitrds
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": [
        "*:\/\/*\/*"
    ]
}