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.
2048 Online Classic gameとは何ですか?
2048 Online Classic gameはjackhobbitrdsによって開発されたChromeの拡張機能で、その主な機能は「This is the classic version of 2048 game. Join the numbers and get to the 2048 tile. Play 2048 online for free here.」です。
拡張機能のスクリーンショット
2048 Online Classic game拡張機能のCRXファイルをダウンロード
2048 Online Classic game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | 2048 Online Classic game |
ID | eabhkjojehdleajkbigffmpnaelncapp |
公式URL | https://chromewebstore.google.com/detail/2048-online-classic-game/eabhkjojehdleajkbigffmpnaelncapp |
説明 | This is the classic version of 2048 game. Join the numbers and get to the 2048 tile. Play 2048 online for free here. |
ファイルサイズ | 82.15 KB |
インストール数 | 256,628 |
現在のバージョン | 0.0.8 |
最終更新日 | 2023-04-12 |
公開日 | 2023-03-15 |
評価 | 4.59/5 合計 176 レビュー |
開発者 | jackhobbitrds |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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": [ "*:\/\/*\/*" ] } |