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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pacmanonline.chromecrxstore.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pacman: Play Pac-Man Game Online

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
    }
}