Pacman: Play Pac-Man Game Online
Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.
什么是Pacman: Play Pac-Man Game Online?
Pacman: Play Pac-Man Game Online是由http://pacmanonline.chromecrxstore.com开发的Chrome扩展程序,该扩展的主要功能是“Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.”。
扩展截图
下载Pacman: Play Pac-Man Game Online扩展crx文件
下载Pacman: Play Pac-Man Game Online扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pacman Online is one of the most popular games ever created. It was launched in early 1980's but still attract players from all the age groups. The gameplay is very simple and user friendly. This awesome, modern designed, retro-style, dot eating game is sure to thrill older gamers as well as new gamers. Playing this game is simple, eat the dots and don't get caught by the ghost-monsters. So what are you waiting for? Just install the app & start playing to your heart's content!
扩展基本信息
名称 | |
ID | cihfebddbkliijcnllfibbbadfnibfem |
官方URL | https://chrome.google.com/webstore/detail/pacman-play-pac-man-game/cihfebddbkliijcnllfibbbadfnibfem |
简介 | Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages. |
文件大小 | 30.53 KB |
安装次数 | 972 |
当前版本 | 1.4 |
更新时间 | 2017-12-24 |
上架时间 | 2017-12-24 |
评分 | 1.15/5 共227次评分 |
开发者 | http://pacmanonline.chromecrxstore.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://pacmanonline.chromecrxstore.com/ |
隐私政策页面URL | https://chromecrxstore.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pacman: Play Pac-Man Game Online", "version": "1.4", "description": "Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "http:\/\/pacmanonline.chromecrxstore.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "Play Pac-Man Game Online" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |