2048
Play original 2048 puzzle game in popup anytime you want!
什麼是2048?
2048是由https://play2048.pro開發的Chrome擴展程式,該擴展的主要功能是“Play original 2048 puzzle game in popup anytime you want!”。
擴展截圖
下載2048擴展crx文件
下載2048擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | ijkmjnaahlnmdjjlbhbjbhlnmadmmlgg |
| 官方網址 | https://chromewebstore.google.com/detail/2048/ijkmjnaahlnmdjjlbhbjbhlnmadmmlgg |
| 簡介 | Play original 2048 puzzle game in popup anytime you want! |
| 檔案大小 | 5.71 MB |
| 安裝次數 | 461,388 |
| 目前版本 | 1.1.0.51 |
| 更新時間 | 2023-07-11 |
| 上架時間 | 2020-06-24 |
| 評分 | 3.54/5 共 2094 次評分 |
| 開發者 | https://play2048.pro |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://play2048.pro/policy |
| 支援的語言 | 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"
} | |