Pacman Popup

A Pacman game on a popup

什么是Pacman Popup?

Pacman Popup是由vikka.bogomolkina开发的Chrome扩展程序,该扩展的主要功能是“A Pacman game on a popup”。

扩展截图

screenshot

下载Pacman Popup扩展crx文件

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

扩展使用说明

                        Pacman Popup game in you're browser play free


looking for an arcade game that has the original look?
you only need an active tab, and no wifi needed! play anytab and anytime
controls:
use arrow keys to move
press "P" or click on pause icon on top left                    

扩展基本信息

名称 Pacman Popup Pacman Popup
ID idckcaillgcgdmbfldkdajbiipgdcihe
官方URL https://chromewebstore.google.com/detail/pacman-popup/idckcaillgcgdmbfldkdajbiipgdcihe
简介 A Pacman game on a popup
文件大小 1.12 MB
安装次数 2,474
当前版本 4.12.2021
更新时间 2021-12-08
上架时间 2021-12-07
开发者 vikka.bogomolkina
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "128": "app\/style\/graphics\/128.png",
            "64": "app\/style\/graphics\/64.png",
            "48": "app\/style\/graphics\/48.png",
            "32": "app\/style\/graphics\/32.png",
            "16": "app\/style\/graphics\/16.png"
        },
        "default_popup": "index.html",
        "default_title": "Pacman"
    },
    "description": "A Pacman game on a popup",
    "icons": {
        "128": "app\/style\/graphics\/128.png",
        "64": "app\/style\/graphics\/64.png",
        "48": "app\/style\/graphics\/48.png",
        "32": "app\/style\/graphics\/32.png",
        "16": "app\/style\/graphics\/16.png"
    },
    "manifest_version": 2,
    "name": "Pacman Popup",
    "version": "4.12.2021",
    "offline_enabled": false,
    "options_ui": {
        "chrome_style": false,
        "open_in_tab": false,
        "page": "options.html"
    }
}