Pacman: Play Pac-Man Game Online

Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.

什麼是Pacman: Play Pac-Man Game Online?

Pacman: Play Pac-Man Game Online是由http://pacmanonline.chromecrxstore.com開發的Chrome擴展程式,該擴展的主要功能是“Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.”。

擴展截圖

screenshot

下載Pacman: Play Pac-Man Game Online擴展crx文件

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

擴展使用說明

                        Pacman Online is one of the most popular games ever created. It was launched in early 1980's but still attract players from all the age groups. The gameplay is very simple and user friendly. 
This awesome, modern designed, retro-style, dot eating game is sure to thrill older gamers as well as new gamers. Playing this game is simple, eat the dots and don't get caught by the ghost-monsters.
So what are you waiting for? Just install the app & start playing to your heart's content!                    

擴展基本資訊

名稱 Pacman: Play Pac-Man Game Online Pacman: Play Pac-Man Game Online
ID cihfebddbkliijcnllfibbbadfnibfem
官方網址 https://chrome.google.com/webstore/detail/pacman-play-pac-man-game/cihfebddbkliijcnllfibbbadfnibfem
簡介 Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.
檔案大小 30.53 KB
安裝次數 972
目前版本 1.4
更新時間 2017-12-24
上架時間 2017-12-24
評分 1.15/5 共 227 次評分
開發者 http://pacmanonline.chromecrxstore.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://pacmanonline.chromecrxstore.com/
隱私政策頁面URL https://chromecrxstore.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pacman: Play Pac-Man Game Online",
    "version": "1.4",
    "description": "Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/pacmanonline.chromecrxstore.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Play Pac-Man Game Online"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}