Flappy 2048
Flappy 2048 is a fun game where instead of sliding squares to reach 2048!
Flappy 2048とは何ですか?
Flappy 2048はhttps://monkeymart.orgによって開発されたChromeの拡張機能で、その主な機能は「Flappy 2048 is a fun game where instead of sliding squares to reach 2048!」です。
拡張機能のスクリーンショット
Flappy 2048拡張機能のCRXファイルをダウンロード
Flappy 2048拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
That is a simple and fun game! You jump over obstacles until you reach a score of 2048 and win. Good luck! 拡張機能の基本情報
| 名前 | |
| ID | nmimlnlbhllkdbnhmocpdgcnglkpcnep |
| 公式URL | https://chromewebstore.google.com/detail/flappy-2048/nmimlnlbhllkdbnhmocpdgcnglkpcnep |
| 説明 | Flappy 2048 is a fun game where instead of sliding squares to reach 2048! |
| ファイルサイズ | 366 KB |
| インストール数 | 67 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2023-11-20 |
| 公開日 | 2023-05-29 |
| 開発者 | https://monkeymart.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://monkeymart.org/unblocked-games-76/ |
| ヘルプページのURL | https://monkeymart.org/unblocked-games-76/ |
| プライバシーポリシーページのURL | https://monkeymart.org/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Flappy 2048",
"version": "1.0.1",
"description": "Flappy 2048 is a fun game where instead of sliding squares to reach 2048!",
"homepage_url": "https:\/\/ubg365.org",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Flappy 2048",
"default_icon": {
"512": "icons\/icon-512.png",
"256": "icons\/icon-256.png",
"128": "icons\/icon-128.png",
"64": "icons\/icon-64.png",
"48": "icons\/icon-48.png",
"32": "icons\/icon-32.png",
"16": "icons\/icon-16.png"
},
"default_popup": "index.html"
},
"icons": {
"512": "icons\/icon-512.png",
"256": "icons\/icon-256.png",
"128": "icons\/icon-128.png",
"64": "icons\/icon-64.png",
"48": "icons\/icon-48.png",
"32": "icons\/icon-32.png",
"16": "icons\/icon-16.png"
}
} | |