2048 Game for Chrome
Play 2048 HTML5 game for free!
什么是2048 Game for Chrome?
2048 Game for Chrome是由feep开发的Chrome扩展程序,该扩展的主要功能是“Play 2048 HTML5 game for free!”。
扩展截图
下载2048 Game for Chrome扩展crx文件
下载2048 Game for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Join the numbers and get to the 2048 tile! Use your arrow keys to move the tiles. When two tiles with the same number touch, they will merge into one!
扩展基本信息
名称 | |
ID | mnglgpipcpimpaieinjhdcocmepcclfc |
官方URL | https://chromewebstore.google.com/detail/2048-game-for-chrome/mnglgpipcpimpaieinjhdcocmepcclfc |
简介 | Play 2048 HTML5 game for free! |
文件大小 | 713 KB |
安装次数 | 102 |
当前版本 | 0.10.20 |
更新时间 | 2022-11-22 |
上架时间 | 2022-11-21 |
开发者 | feep |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.feep.club/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "offline_enabled": true, "manifest_version": 3, "action": { "default_icon": { "128": "ngyroKG\/z6FqA9W.png", "16": "ngyroKG\/Q16yK.png", "256": "ngyroKG\/RrNLHiet.png", "32": "ngyroKG\/EGmfe0.png" }, "default_popup": "i4rA4.html", "default_title": "2048 Game for Chrome" }, "version": "0.10.20", "icons": { "128": "ngyroKG\/z6FqA9W.png", "16": "ngyroKG\/Q16yK.png", "256": "ngyroKG\/RrNLHiet.png", "32": "ngyroKG\/EGmfe0.png" }, "name": "2048 Game for Chrome", "background": { "service_worker": "c2PNpw6.js" }, "description": "Play 2048 HTML5 game for free!", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |