2048
Play original 2048 puzzle game in popup anytime you want!
Co to jest 2048?
2048 to rozszerzenie Chrome opracowane przez https://play2048.pro, a jego główną funkcją jest „Play original 2048 puzzle game in popup anytime you want!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 2048
Pobierz pliki rozszerzeń 2048 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ijkmjnaahlnmdjjlbhbjbhlnmadmmlgg |
| Oficjalny URL | https://chromewebstore.google.com/detail/2048/ijkmjnaahlnmdjjlbhbjbhlnmadmmlgg |
| Opis | Play original 2048 puzzle game in popup anytime you want! |
| Rozmiar pliku | 5.71 MB |
| Liczba instalacji | 461,388 |
| Aktualna Wersja | 1.1.0.51 |
| Ostatnia Aktualizacja | 2023-07-11 |
| Data Publikacji | 2020-06-24 |
| Ocena | 3.54/5 Łącznie 2094 Oceny |
| Deweloper | https://play2048.pro |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://play2048.pro/policy |
| Obsługiwane Języki | 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"
} | |