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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [ "*:\/\/*\/*" ] } |