Flappy 2048

Flappy 2048 is a fun game where instead of sliding squares to reach 2048!

什么是Flappy 2048?

Flappy 2048是由https://monkeymart.org开发的Chrome扩展程序,该扩展的主要功能是“Flappy 2048 is a fun game where instead of sliding squares to reach 2048!”。

扩展截图

screenshot
screenshot

下载Flappy 2048扩展crx文件

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

扩展使用说明

                        That is a simple and fun game! You jump over obstacles until you reach a score of 2048 and win. Good luck!                    

扩展基本信息

名称 Flappy 2048 Flappy 2048
ID nmimlnlbhllkdbnhmocpdgcnglkpcnep
官方URL https://chromewebstore.google.com/detail/flappy-2048/nmimlnlbhllkdbnhmocpdgcnglkpcnep
简介 Flappy 2048 is a fun game where instead of sliding squares to reach 2048!
文件大小 366 KB
安装次数 67
当前版本 1.0.1
更新时间 2023-11-20
上架时间 2023-05-29
开发者 https://monkeymart.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://monkeymart.org/unblocked-games-76/
帮助页面URL https://monkeymart.org/unblocked-games-76/
隐私政策页面URL https://monkeymart.org/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flappy 2048",
    "version": "1.0.1",
    "description": "Flappy 2048 is a fun game where instead of sliding squares to reach 2048!",
    "homepage_url": "https:\/\/ubg365.org",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Flappy 2048",
        "default_icon": {
            "512": "icons\/icon-512.png",
            "256": "icons\/icon-256.png",
            "128": "icons\/icon-128.png",
            "64": "icons\/icon-64.png",
            "48": "icons\/icon-48.png",
            "32": "icons\/icon-32.png",
            "16": "icons\/icon-16.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "512": "icons\/icon-512.png",
        "256": "icons\/icon-256.png",
        "128": "icons\/icon-128.png",
        "64": "icons\/icon-64.png",
        "48": "icons\/icon-48.png",
        "32": "icons\/icon-32.png",
        "16": "icons\/icon-16.png"
    }
}