Flappy 2048

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

Flappy 2048 क्या है?

Flappy 2048 https://monkeymart.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flappy 2048 is a fun game where instead of sliding squares to reach 2048!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flappy 2048 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}