2048 Game

2048 game offline. Play best offline enabled 2048 game for chrome.

2048 Game란 무엇입니까?

2048 Game은(는) https://2048.skyafar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "2048 game offline. Play best offline enabled 2048 game for chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

2048 Game 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Play 2048 puzzle game as chrome extension. 
2048 is one of the popular puzzle game which helps to improve mental speed and thought processes due to the nature of the game.
It is a simple yet very addictive game which you can play in most of devices. Join the numbers and get to the 2048 tile. But it is not the limit, you can do even more after reaching 2048 in a tile.
HOW TO PLAY 2048 GAME
Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!.
Move to left, Move to left, move to top, move to bottom. So you need mouse and 4 arrow keys to play this game. When you merge cells, you earn points. So earn more points along with your aim to reach that magic number 2048. But its not the limit, you can continue to play. Earn as many as points and challenge your friends.
Play 2048 game.
This version of 2048 supports auto save. Which will help you to save and continue your journey to that magic number 2048.
Some of players reported 4096 and 8192 in 2048 game played in our server.                    

확장 프로그램 기본 정보

이름 2048 Game 2048 Game
ID afhppeoclpbhpopnpnkooifpefoiolbd
공식 URL https://chromewebstore.google.com/detail/2048-game/afhppeoclpbhpopnpnkooifpefoiolbd
설명 2048 game offline. Play best offline enabled 2048 game for chrome.
파일 크기 317 KB
설치 횟수 10,000
현재 버전 1.1
최근 업데이트 2023-10-13
출시 날짜 2020-05-23
평점 4.53/5 총 19 개의 평점
개발자 https://2048.skyafar.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://2048.skyafar.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2048 Game",
    "short_name": "2048",
    "description": "2048 game offline. Play best offline enabled 2048 game for chrome.",
    "action": {
        "default_title": "Play 2048 Game",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "2048-128.png"
        }
    },
    "manifest_version": 3,
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "2048-128.png"
    },
    "offline_enabled": true
}