Pacman Game Offline

Play classic Pacman game offline on your Google Chrome!

Pacman Game Offlineคืออะไร?

Pacman Game Offline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://games.1bestlinks.net และคุณลักษณะหลักของมันคือ "Play classic Pacman game offline on your Google Chrome!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pacman Game Offline

ดาวน์โหลดไฟล์ส่วนขยาย Pacman Game Offline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Let's relive childhood moments, games that go down in history! The great arcade game Pac Man was ported to the NES in 1988 and you can play it right here. Never played before?! What?! Eat all the pellets to complete a stage while trying to score as many points as possible by eating fruit and ghosts along the way! But there's more! Ever wonder how Pacman got started? Check out the history of Pacman below and see how it all began.

This version of Pac-Man plays exactly like the arcade version that stole countless quarters from kids in the 1980s. The only difference is that it uses HTML5 so it will work in any browser and even on your phone!

--------------------------------
At games.1bestlinks.net site you will be able to enjoy over 20,000 free games! We bring you the best free games that work on any device. You'll be able to discover new games every day on game using your computer, phone or tablet. You'll be able to use your mouse, keyboard, or phone's touchscreen to build puzzles, control characters, and race cars! Feel the adrenaline rush as you try your hand at action games, use your brain with clever puzzles, and show off your fashion sense with dolls or girls! game will bring you the best games.

Changelogơ

v1.0.1: fixed UI - content
v1.0.0: release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pacman Game Offline Pacman Game Offline
ID ebfnpjcmcmpedoincecggigobpoankaj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pacman-game-offline/ebfnpjcmcmpedoincecggigobpoankaj
คำอธิบาย Play classic Pacman game offline on your Google Chrome!
ขนาดไฟล์ 18.39 MB
จำนวนการติดตั้ง 1,180
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-03-15
วันที่เผยแพร่ 2022-03-08
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://games.1bestlinks.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://games.1bestlinks.net/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pacman Game Offline",
    "version": "1.0.1",
    "action": {
        "default_icon": {
            "128": "icons\/icon-128.png",
            "64": "icons\/icon-64.png",
            "48": "icons\/icon-48.png",
            "32": "icons\/icon-32.png",
            "16": "icons\/icon-16.png"
        },
        "default_title": "Pacman Game Offline",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "installBackground.js"
    },
    "offline_enabled": true,
    "description": "Play classic Pacman game offline on your Google Chrome!",
    "options_page": "index.html",
    "homepage_url": "https:\/\/games.1bestlinks.net\/"
}