Flappy 2048

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

Flappy 2048 là gì?

Flappy 2048 là một tiện ích mở rộng Chrome được phát triển bởi https://monkeymart.org, và tính năng chính của nó là "Flappy 2048 is a fun game where instead of sliding squares to reach 2048!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flappy 2048

Tải xuống các tệp mở rộng Flappy 2048 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flappy 2048 Flappy 2048
ID nmimlnlbhllkdbnhmocpdgcnglkpcnep
URL Chính Thức https://chromewebstore.google.com/detail/flappy-2048/nmimlnlbhllkdbnhmocpdgcnglkpcnep
Mô tả Flappy 2048 is a fun game where instead of sliding squares to reach 2048!
Kích Thước Tệp 366 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-11-20
Ngày Phát Hành 2023-05-29
Nhà Phát Triển https://monkeymart.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://monkeymart.org/unblocked-games-76/
URL Trang Trợ Giúp https://monkeymart.org/unblocked-games-76/
URL Trang Chính Sách Bảo Mật https://monkeymart.org/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}