FlappyBird
FlappyBird made by TsunamiWind
FlappyBirdとは何ですか?
FlappyBirdはTsunamiWindによって開発されたChromeの拡張機能で、その主な機能は「FlappyBird made by TsunamiWind」です。
拡張機能のスクリーンショット
FlappyBird拡張機能のCRXファイルをダウンロード
FlappyBird拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://finalb.xyz/ |
ヘルプページのURL | 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" } } |