Pacman Popup

Play original pacman games in one click. Game opens in browser popup window

什么是Pacman Popup?

Pacman Popup是由mereshkova1988开发的Chrome扩展程序,该扩展的主要功能是“Play original pacman games in one click. Game opens in browser popup window”。

扩展截图

screenshot
screenshot

下载Pacman Popup扩展crx文件

下载Pacman Popup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        In Pac-Man, the player moves within a maze to end the yellow discs. The goal is to collect all the small disks by escaping the ghosts and monsters, and then going to the next stage when they collect all the disks. Collecting fruits appearing on the maze gives the player extra points. When they take the big yellow discs, the monsters and ghosts turn blue and become edible for a while.                    

扩展基本信息

名称 Pacman Popup Pacman Popup
ID hmcoiagnmbaapppjhkfpdienclnkgapd
官方URL https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd
简介 Play original pacman games in one click. Game opens in browser popup window
文件大小 1.11 MB
安装次数 218
当前版本 3.9.2021.1
更新时间 2021-09-06
上架时间 2021-09-06
开发者 mereshkova1988
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/terms-and-policies
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pacman Popup",
    "version": "3.9.2021.1",
    "description": "Play original pacman games in one click. Game opens in browser popup window",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Pacman in popup",
        "default_popup": "index.html",
        "default_icon": {
            "16": "app\/style\/graphics\/logo16.png",
            "48": "app\/style\/graphics\/logo48.png",
            "128": "app\/style\/graphics\/logo128.png"
        }
    },
    "icons": {
        "16": "app\/style\/graphics\/logo16.png",
        "48": "app\/style\/graphics\/logo48.png",
        "128": "app\/style\/graphics\/logo128.png"
    }
}