2048 Game for Chrome

Play 2048 HTML5 game for free!

什麼是2048 Game for Chrome?

2048 Game for Chrome是由feep開發的Chrome擴展程式,該擴展的主要功能是“Play 2048 HTML5 game for free!”。

擴展截圖

screenshot

下載2048 Game for Chrome擴展crx文件

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

擴展使用說明

                        Join the numbers and get to the 2048 tile! Use your arrow keys to move the tiles. When two tiles with the same number touch, they will merge into one!                    

擴展基本資訊

名稱 2048 Game for Chrome 2048 Game for Chrome
ID mnglgpipcpimpaieinjhdcocmepcclfc
官方網址 https://chromewebstore.google.com/detail/2048-game-for-chrome/mnglgpipcpimpaieinjhdcocmepcclfc
簡介 Play 2048 HTML5 game for free!
檔案大小 713 KB
安裝次數 102
目前版本 0.10.20
更新時間 2022-11-22
上架時間 2022-11-21
開發者 feep
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.feep.club/privacy-policy
支援的語言 en-US
manifest.json
{
    "offline_enabled": true,
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "128": "ngyroKG\/z6FqA9W.png",
            "16": "ngyroKG\/Q16yK.png",
            "256": "ngyroKG\/RrNLHiet.png",
            "32": "ngyroKG\/EGmfe0.png"
        },
        "default_popup": "i4rA4.html",
        "default_title": "2048 Game for Chrome"
    },
    "version": "0.10.20",
    "icons": {
        "128": "ngyroKG\/z6FqA9W.png",
        "16": "ngyroKG\/Q16yK.png",
        "256": "ngyroKG\/RrNLHiet.png",
        "32": "ngyroKG\/EGmfe0.png"
    },
    "name": "2048 Game for Chrome",
    "background": {
        "service_worker": "c2PNpw6.js"
    },
    "description": "Play 2048 HTML5 game for free!",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}