2048 Game

PLAY 2048 GAME ONLINE

什么是2048 Game?

2048 Game是由https://gamebobo.com开发的Chrome扩展程序,该扩展的主要功能是“PLAY 2048 GAME ONLINE”。

扩展截图

screenshot

下载2048 Game扩展crx文件

下载2048 Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!

HOW TO PLAY: Use your arrow keys to move the numbers. When two tiles with the same number touch, they merge into one!                    

扩展基本信息

名称 2048 Game 2048 Game
ID kjldfobcalpagmgddjaoplhhalgddiah
官方URL https://chrome.google.com/webstore/detail/2048-game/kjldfobcalpagmgddjaoplhhalgddiah
简介 PLAY 2048 GAME ONLINE
文件大小 9.46 KB
安装次数 1,000
当前版本 2048
更新时间 2019-11-07
上架时间 2019-11-07
评分 2.15/5 共62次评分
开发者 https://gamebobo.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2048 Game",
    "version": "2048",
    "description": "PLAY 2048 GAME ONLINE",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/2048.gamebobo.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "2048 Game"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}