FlappyBird

FlappyBird made by TsunamiWind

FlappyBird क्या है?

FlappyBird TsunamiWind द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FlappyBird made by TsunamiWind"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में FlappyBird एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Flappy bird is a classic game where you have to dodge pipes while controlling your bird, and you get medals depending on the score you get.


Click on the screen, or use your spacebar to get started. Fly the bird as far as you can without hitting a pipe.

1. Install the extension,
2. Click the Flappy Bird icon on the Chrome extension toolbar to play the game!                    

एक्सटेंशन की मूल जानकारी

नाम FlappyBird FlappyBird
ID ccmncbpjidgdbakkgnphodgjbpnccokl
आधिकारिक URL https://chrome.google.com/webstore/detail/flappybird/ccmncbpjidgdbakkgnphodgjbpnccokl
विवरण FlappyBird made by TsunamiWind
फ़ाइल का आकार 16.21 KB
स्थापना संख्या 283
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-08-29
प्रकाशन तिथि 2021-08-29
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर TsunamiWind
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://finalb.xyz/
सहायता पृष्ठ URL https://finalb.xyz/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FlappyBird",
    "description": "FlappyBird made by TsunamiWind",
    "version": "1.0.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "game.html"
    }
}