2048 Game

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

Hvad er 2048 Game?

2048 Game er en Chrome-udvidelse udviklet af Activity, og dens hovedfunktion er "Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!".

Udvidelsesskærmbilleder

screenshot

Download 2048 Game-udvidelses-CRX-fil

Download 2048 Game-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn 2048 Game 2048 Game
ID iabflonngmpkalkpbjonemaamlgdghea
Officiel URL https://chromewebstore.google.com/detail/2048-game/iabflonngmpkalkpbjonemaamlgdghea
Beskrivelse Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!
Filstørrelse 89.86 KB
Antal Installationer 1,909,420
Nuværende Version 1.3.4
Senest Opdateret 2023-01-20
Udgivelsesdato 2021-04-13
Bedømmelse 4.90/5 Samlet 947 Bedømmelser
Udvikler Activity
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}