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
Eメール [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"
    }
}