2048
Play original 2048 puzzle game in popup anytime you want!
Hvad er 2048?
2048 er en Chrome-udvidelse udviklet af https://play2048.pro, og dens hovedfunktion er "Play original 2048 puzzle game in popup anytime you want!".
Udvidelsesskærmbilleder
Download 2048-udvidelses-CRX-fil
Download 2048-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
                        The new season has just started! 
We saved previous season results here: play2048.pro/leaderboard
Take a chance and compete on the new season! Be the best!
The extension is an original 2048 puzzle game in popup.  It is accessible on a browser panel. The 2048 game also has additional  mods and it is absolutely for free!
How to play:
User arrows or wasd keys on your keyboard to move tiles. Merge them to create a tile with the number 2048. Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4.
After you get 2048 you can continue. Get a greater tile and submit your high score! Be best at the world's top!
Game Mods and features:
Classic 
- Global LeaderBoard with over 1 000 000  best results from players all over the world. 
- New season starts each year!
- Comprehensive Anti-Cheat system. It uses several parameters and works on the server side.
- UNDO. You can undo moves during the game or after game over. But they are not for free! You can buy a different number of Undo moves in our store.
- Use Undo's wisely! Players in Top 100 who used Undo's have an undo icon
Duel 
- Play online multiplayer 2048 versus other players in real time!
Get points as fast as you can! 
- The one who is 1000 points ahead over 30 seconds - WINS!
- Global ladder with different leagues.
- Matchmaking system is based on ELO
- Only real players, no bots! 
- Try different tactics to be the smartest and the fastest TOP 1 Worldwide 2048  player! :) 
Battle Royal 
- Up to 10 players play online multiplayer Battle Royale 2048.
- Every 30 seconds the player with the lowest score is out.
- Be the last man standing!
Private Lobby 
- Play only with your friends for fun! It is Unranked.
- Host or join friends' lobbies and play privately. How is the best?
Speedrun
- Combine tiles as fast as possible to beat your own records and other players.
Please report any bugs you see to [email protected]
Multiplayer game concept and code are copyrighted by © Macte! Labs Inc.
Please, do not use our code without our permission!                     Grundlæggende oplysninger om udvidelsen
| Navn |  | 
| ID | ijkmjnaahlnmdjjlbhbjbhlnmadmmlgg | 
| Officiel URL | https://chromewebstore.google.com/detail/2048/ijkmjnaahlnmdjjlbhbjbhlnmadmmlgg | 
| Beskrivelse | Play original 2048 puzzle game in popup anytime you want! | 
| Filstørrelse | 5.71 MB | 
| Antal Installationer | 461,388 | 
| Nuværende Version | 1.1.0.51 | 
| Senest Opdateret | 2023-07-11 | 
| Udgivelsesdato | 2020-06-24 | 
| Bedømmelse | 3.54/5 Samlet 2094 Bedømmelser | 
| Udvikler | https://play2048.pro | 
| [email protected] | |
| Betalingsmetode | free | 
| URL til Fortrolighedspolitik Side | https://play2048.pro/policy | 
| 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 | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "files\/js\/window.js",
            "files\/newtabpromo_bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_appButtonDesc__"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'sha256-gZBteKxa+anLRIibdFUxONj8qYMMtn5Noyhmx0evTjI='; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "optional_permissions": [
        "*:\/\/*.apihub.info\/*",
        "*:\/\/share2048.browser-games.xyz\/*",
        "identity",
        "identity.email"
    ],
    "permissions": [
        "storage"
    ],
    "version": "1.1.0.51"
} | |