2048 Game

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

Τι είναι το 2048 Game;

Το 2048 Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Activity, και η κύρια λειτουργία του είναι "Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης 2048 Game

Λήψη αρχείων επέκτασης 2048 Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 2048 Game 2048 Game
ID iabflonngmpkalkpbjonemaamlgdghea
Επίσημο URL https://chromewebstore.google.com/detail/2048-game/iabflonngmpkalkpbjonemaamlgdghea
Περιγραφή Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!
Μέγεθος Αρχείου 89.86 KB
Αριθμός Εγκαταστάσεων 1,909,420
Τρέχουσα Έκδοση 1.3.4
Τελευταία Ενημέρωση 2023-01-20
Ημερομηνία Δημοσίευσης 2021-04-13
Αξιολόγηση 4.90/5 Συνολικά 947 Αξιολογήσεις
Προγραμματιστής Activity
Ηλεκτρονικό ταχυδρομείο [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
{
    "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"
}