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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}