Flappy Bird Game

A recreation of Flappy bird Created with P5.js

Flappy Bird Gameとは何ですか?

Flappy Bird Gameはhammishによって開発されたChromeの拡張機能で、その主な機能は「A recreation of Flappy bird Created with P5.js」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Flappy Bird Game拡張機能のCRXファイルをダウンロード

Flappy Bird Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}