FlappyBird

FlappyBird made by TsunamiWind

ما هو FlappyBird؟

FlappyBird هو إضافة Chrome تم تطويرها بواسطة TsunamiWind، والميزة الرئيسية لها هي "FlappyBird made by TsunamiWind".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FlappyBird

قم بتنزيل ملفات الامتداد FlappyBird بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    }
}