Flappy Bird Game

A recreation of Flappy bird Created with P5.js

Qu'est-ce que Flappy Bird Game ?

Flappy Bird Game est une extension Chrome développée par hammish, et sa fonction principale est "A recreation of Flappy bird Created with P5.js".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Flappy Bird Game

Téléchargez les fichiers d'extension Flappy Bird Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Flappy Bird Game Flappy Bird Game
ID jhdmjggpjbhlpdehmabpibpfgmnmdohb
URL Officiel https://chromewebstore.google.com/detail/flappy-bird-game/jhdmjggpjbhlpdehmabpibpfgmnmdohb
Description A recreation of Flappy bird Created with P5.js
Taille du Fichier 4.08 MB
Nombre d'Installations 237
Version Actuelle 2.19
Dernière Mise à Jour 2023-11-20
Date de Publication 2023-03-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur hammish
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}