Classic PacMan Offline
A Fun Game of PacMan
Classic PacMan Offlineคืออะไร?
Classic PacMan Offline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mssinghdev และคุณลักษณะหลักของมันคือ "A Fun Game of PacMan"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Classic PacMan Offline
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
ID | hphdlgbdkiinannjekpkdmfedbdbfnkc |
URL อย่างเป็นทางการ | 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" } } |