Flappy Bird Offline Game
Play classic Flappy Bird game on your browser
Flappy Bird Offline Gameとは何ですか?
Flappy Bird Offline Gameはhttps://flappy-bird.freespeedcheck.netによって開発されたChromeの拡張機能で、その主な機能は「Play classic Flappy Bird game on your browser」です。
拡張機能のスクリーンショット
Flappy Bird Offline Game拡張機能のCRXファイルをダウンロード
Flappy Bird Offline Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Play flappy bird instantly inside the Google Chrome browser after you install this extension. To begin playing flappy bird, here is what you need to do. Install the extension Click on the extension icon Press space bar to begin the game. Try to beat your flappy bird record today and achieve a new high score.
拡張機能の基本情報
名前 | |
ID | kabmmcabjjopjdapkkdlkikidjfpkbed |
公式URL | https://chrome.google.com/webstore/detail/flappy-bird-offline-game/kabmmcabjjopjdapkkdlkikidjfpkbed |
説明 | Play classic Flappy Bird game on your browser |
ファイルサイズ | 1.12 MB |
インストール数 | 775 |
現在のバージョン | 3.0.0 |
最終更新日 | 2022-04-13 |
公開日 | 2021-10-25 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | https://flappy-bird.freespeedcheck.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://flappy-bird.freespeedcheck.net |
プライバシーポリシーページのURL | https://audio-editor.freeonlineapps.net/privacy-policy |
対応言語 | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html", "default_title": "__MSG_browserActionTitle__" }, "background": { "service_worker": "scripts\/background.js" }, "default_locale": "en", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/flappy-bird.freespeedcheck.net\/", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 3, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "storage" ], "short_name": "__MSG_appShortName__", "version": "3.0.0" } |