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!
擴展基本資訊
名稱 | Flappy 2048 |
ID | nmimlnlbhllkdbnhmocpdgcnglkpcnep |
官方網址 | 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 |
電子郵箱 | [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" } } |