Flappy Bird Game

A recreation of Flappy bird Created with P5.js

ما هو Flappy Bird Game؟

Flappy Bird Game هو إضافة Chrome تم تطويرها بواسطة hammish، والميزة الرئيسية لها هي "A recreation of Flappy bird Created with P5.js".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Flappy Bird Game

قم بتنزيل ملفات الامتداد Flappy Bird Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A recreation of flappy bird with a new art style
play unblocked and free on google chrome
No ads

runs best on google chrome with minimal tabs open on

music: Voxel Revolution by Kevin Macleod
HOW TO PLAY:
open the extensions tab and click "Flappy Bird Game"
click the screen to start
click or press up arrow to jump
try to avoid the Pillars
click the money icon to access the shop where you can purchase and equip other birds
click the trophy icon to access the stats viewer 

please report any bugs found to the contact email found below

made with p5.js and howler.js
contact: [email protected]

NOT A FULL RECREATION OF THE ORIGINAL; ART, MUSIC AND UI ARE DIFFERENT                    

معلومات أساسية عن التمديد

الاسم Flappy Bird Game Flappy Bird Game
ID jhdmjggpjbhlpdehmabpibpfgmnmdohb
عنوان URL الرسمي https://chromewebstore.google.com/detail/flappy-bird-game/jhdmjggpjbhlpdehmabpibpfgmnmdohb
الوصف A recreation of Flappy bird Created with P5.js
حجم الملف 4.08 MB
عدد التثبيتات 237
النسخة الحالية 2.19
آخر تحديث 2023-11-20
تاريخ النشر 2023-03-07
تقييم 5.00/5 مجموع تقييمات 2
المطور hammish
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flappy Bird Game",
    "version": "2.19",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Flappy bird",
        "default_icon": "icons\/icon-64.png"
    },
    "description": "A recreation of Flappy bird Created with P5.js",
    "icons": {
        "128": "icons\/icon-128.png",
        "64": "icons\/icon-64.png",
        "32": "icons\/icon-32.png"
    }
}