Pacman Game

A classic pacman game that plays in a popup.

什麼是Pacman Game?

Pacman Game是由Tool360開發的Chrome擴展程式,該擴展的主要功能是“A classic pacman game that plays in a popup.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Pacman Game擴展crx文件

下載Pacman Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Have fun playing the classic Pacman game offline on your Google Chrome browser!  Simply install the extension and click on the Pacman icon located on the Chrome extension toolbar. We will then open the game for you to enjoy. 

Originally developed and released by Namco for arcades in 1980, Pac-Man is a maze action game where the player controls the character Pac-Man who must eat all the dots within a closed maze while avoiding four colored ghosts. 

How to Play:
The objective is to score points by eating all the dots in the maze. Meanwhile, you must guide Pacman to avoid four multi-colored ghosts named Blinky, Pinky, Inky, and Clyde. The ghosts roam the maze in pursuit of Pacman. If any of the ghosts touch Pacman, a life is lost, and the game ends when all lives have been depleted.                    

擴展基本資訊

名稱 Pacman Game Pacman Game
ID ipdcjcpepalanaaeomgkjfmjgionkobm
官方網址 https://chromewebstore.google.com/detail/pacman-game/ipdcjcpepalanaaeomgkjfmjgionkobm
簡介 A classic pacman game that plays in a popup.
檔案大小 15.87 KB
安裝次數 282
目前版本 0.1.1
更新時間 2024-03-06
上架時間 2023-04-23
開發者 Tool360
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.gamecheerleader.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pacman Game",
    "short_name": "pacman",
    "version": "0.1.1",
    "description": "A classic pacman game that plays in a popup.",
    "action": {
        "default_icon": "images\/logo.png",
        "default_title": "Pacman Game",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true
}