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.
Cos'è 2048 Online Classic game?
2048 Online Classic game è un'estensione di Chrome sviluppata da jackhobbitrds, e la sua funzione principale è "This is the classic version of 2048 game. Join the numbers and get to the 2048 tile. Play 2048 online for free here.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 2048 Online Classic game
Scarica i file di estensione 2048 Online Classic game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | 2048 Online Classic game |
ID | eabhkjojehdleajkbigffmpnaelncapp |
URL Ufficiale | https://chromewebstore.google.com/detail/2048-online-classic-game/eabhkjojehdleajkbigffmpnaelncapp |
Descrizione | This is the classic version of 2048 game. Join the numbers and get to the 2048 tile. Play 2048 online for free here. |
Dimensione del File | 82.15 KB |
Conteggio Installazioni | 256,628 |
Versione Corrente | 0.0.8 |
Ultimo Aggiornamento | 2023-04-12 |
Data di Pubblicazione | 2023-03-15 |
Valutazione | 4.59/5 Totale 176 Valutazioni |
Sviluppatore | jackhobbitrds |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |