Flappy Bird Game

A recreation of Flappy bird Created with P5.js

Was ist Flappy Bird Game?

Flappy Bird Game ist eine Chrome-Erweiterung, die von hammish entwickelt wurde, und ihr Hauptmerkmal ist "A recreation of Flappy bird Created with P5.js".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Flappy Bird Game-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flappy Bird Game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Flappy Bird Game Flappy Bird Game
ID jhdmjggpjbhlpdehmabpibpfgmnmdohb
Offizielle URL https://chromewebstore.google.com/detail/flappy-bird-game/jhdmjggpjbhlpdehmabpibpfgmnmdohb
Beschreibung A recreation of Flappy bird Created with P5.js
Dateigröße 4.08 MB
Installationsanzahl 237
Aktuelle Version 2.19
Letztes Update 2023-11-20
Veröffentlichungsdatum 2023-03-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler hammish
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}