2048 Game

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

Co je 2048 Game?

2048 Game je rozšíření Chrome vyvinuté Activity, a jeho hlavní funkcí je „Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření 2048 Game

Stáhněte si soubory rozšíření 2048 Game ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Welcome to the funniest and most addictive game ever - 2048!

First off, 2048 PC as such is an effective tool in stimulating the brain, in that it includes basic math as well as a subtle color coded scheme of tiles.

2048 - Classic game is a game that combines the holy grails of brain development, Puzzle, Pattern matching, Math and of course the famous game 2048

2048 is an unblocked game , to play without any restriction, where Home, School, Library etc. desktops

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

The rules 2048 game are simple - you need to get this the soonest you can!
You can use the keyboard's arrow keys to play.

2048 is played on a simple grey 4×4 grid, with numbered tiles that slide smoothly when a player moves them using the four arrow keys. Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. The resulting tile cannot merge with another tile again in the same move. Higher-scoring tiles emit a soft glow.

HOW TO PLAY 2048 DESKTOP:

Swipe (Up, Down, Left, Right) to move all tiles. After every swipe, a new tile of 2 or 4 will appear in a random empty spot. When two tile puzzles with the same number touch, they merge into one. 2+2=4, 4+4=8, 8+8=16, 16+16=32, 32+32=64, 64+64=128, ..., 256 .. 512 .. 1024 ..., when the 2048 puzzle is created, you win! When there’s zero available

Privacy Policy: We do not collect personal information. We do not sell, trade, or rent Users personal identification information to others.
Drop 5 star rate if you like 2048 games                    

Základní Informace o Rozšíření

Název 2048 Game 2048 Game
ID iabflonngmpkalkpbjonemaamlgdghea
Oficiální URL https://chromewebstore.google.com/detail/2048-game/iabflonngmpkalkpbjonemaamlgdghea
Popis Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!
Velikost souboru 89.86 KB
Počet instalací 1,909,420
Aktuální Verze 1.3.4
Poslední Aktualizace 2023-01-20
Datum Vydání 2021-04-13
Hodnocení 4.90/5 Celkem 947 Hodnocení
Vývojář Activity
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
{
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "__MSG_name__",
        "default_popup": "2048.html"
    },
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "48": "logo.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "2048.png"
    ],
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "name": "2048 Game",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.4"
}