Classic PacMan Offline
A Fun Game of PacMan
什么是Classic PacMan Offline?
Classic PacMan Offline是由mssinghdev开发的Chrome扩展程序,该扩展的主要功能是“A Fun Game of PacMan”。
扩展截图
下载Classic PacMan Offline扩展crx文件
下载Classic PacMan Offline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A free offline version of pacman that you can pop up and play anywhere, anytime without any ads. To play the game: 1. install the extension 2. click on the extension from the extensions tab 3. enjoy the game
扩展基本信息
名称 | Classic PacMan Offline |
ID | hphdlgbdkiinannjekpkdmfedbdbfnkc |
官方URL | https://chromewebstore.google.com/detail/classic-pacman-offline/hphdlgbdkiinannjekpkdmfedbdbfnkc |
简介 | A Fun Game of PacMan |
文件大小 | 450 KB |
安装次数 | 362 |
当前版本 | 1.0.0 |
更新时间 | 2023-06-17 |
上架时间 | 2023-06-15 |
评分 | 5.00/5 共2次评分 |
开发者 | mssinghdev |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/mssinghdev-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Classic PacMan Offline", "description": "A Fun Game of PacMan", "version": "1.0.0", "icons": { "16": ".\/img\/pacmanicon16.png", "32": ".\/img\/pacmanicon32.png", "48": ".\/img\/pacmanicon48.png", "128": ".\/img\/pacmanicon128.png" }, "action": { "default_popup": "index.html", "default_title": "PacMan", "default_icon": ".\/img\/pacmanicon128.png" } } |