2048 Multiplayer (beta)

Play 2048 Multiplayer game On-line with your friends!

2048 Multiplayer (beta)คืออะไร?

2048 Multiplayer (beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย moloko และคุณลักษณะหลักของมันคือ "Play 2048 Multiplayer game On-line with your friends!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2048 Multiplayer (beta)

ดาวน์โหลดไฟล์ส่วนขยาย 2048 Multiplayer (beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Game rules:
The game's objective same as original 2048 game:
Use keyboard to slide numbered tiles on a grid to combine them to create a tile with bigger number. 

Besides that,  you play online versus other players in real time!
- Get points as fast as you can!
- The one who is 1000 points ahead over 30 seconds - WINS!
- Avoid losing by out of moves: if there are no empty spaces and no adjacent tiles with the same value, you lose!

Game features:
— Global ladder with different leagues
— Matchmaking system is based on ELO
— Only real players, no bots!
— Private Lobby mode to play only with your friends for fun! It is Unranked.
— Comprehensive anti-cheat system
— All game code is not obfuscated = no malware!
— User Profiles with their game stats
— Absolutely Free!

Try different tactics to be the smartest and the fastest TOP 1 Worldwide 2048  player! :)

Ladder Leagues:
— No League < 200 pts
— Bronze  200-599 pts
— Silver  600-999 pts
— Gold  1000+ pts

Changes in 1.0.0.24:
- Added "Battle Royale" mode. Rules: 10 players play 2048 in real-time. Every 30 seconds player with the lowest score is out.
- Added Avatars. Avatar depends on your pts. earned in Duel mode.


The game is still in beta. Please report any bugs you see to [email protected]

Game concept and code are copyrighted by © Macte! Labs Inc.
Please, do not use our code without our permission!
Contact for cooperation: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 2048 Multiplayer (beta) 2048 Multiplayer (beta)
ID mohfpbpkclhhcofcekmaomibblmlhgig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/2048-multiplayer-beta/mohfpbpkclhhcofcekmaomibblmlhgig
คำอธิบาย Play 2048 Multiplayer game On-line with your friends!
ขนาดไฟล์ 3.06 MB
จำนวนการติดตั้ง 14,964
เวอร์ชันปัจจุบัน 1.0.0.25
อัปเดตครั้งล่าสุด 2022-06-10
วันที่เผยแพร่ 2019-10-10
คะแนน 4.28/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา moloko
อีเมล [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\/ga.js",
            "files\/js\/window.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",
        "cookies"
    ],
    "version": "1.0.0.25"
}