Classic PacMan Offline

A Fun Game of PacMan

什麼是Classic PacMan Offline?

Classic PacMan Offline是由mssinghdev開發的Chrome擴展程式,該擴展的主要功能是“A Fun Game of PacMan”。

擴展截圖

screenshot
screenshot

下載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 Classic PacMan Offline
ID hphdlgbdkiinannjekpkdmfedbdbfnkc
官方網址 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"
    }
}