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文件

下載2048 Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}