Pacman Popup
Play original pacman games in one click. Game opens in browser popup window
Pacman Popupคืออะไร?
Pacman Popup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mereshkova1988 และคุณลักษณะหลักของมันคือ "Play original pacman games in one click. Game opens in browser popup window"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pacman Popup
ดาวน์โหลดไฟล์ส่วนขยาย Pacman Popup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
In Pac-Man, the player moves within a maze to end the yellow discs. The goal is to collect all the small disks by escaping the ghosts and monsters, and then going to the next stage when they collect all the disks. Collecting fruits appearing on the maze gives the player extra points. When they take the big yellow discs, the monsters and ghosts turn blue and become edible for a while.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hmcoiagnmbaapppjhkfpdienclnkgapd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd |
คำอธิบาย | Play original pacman games in one click. Game opens in browser popup window |
ขนาดไฟล์ | 1.11 MB |
จำนวนการติดตั้ง | 218 |
เวอร์ชันปัจจุบัน | 3.9.2021.1 |
อัปเดตครั้งล่าสุด | 2021-09-06 |
วันที่เผยแพร่ | 2021-09-06 |
ผู้พัฒนา | mereshkova1988 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/terms-and-policies |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pacman Popup", "version": "3.9.2021.1", "description": "Play original pacman games in one click. Game opens in browser popup window", "manifest_version": 2, "browser_action": { "default_title": "Pacman in popup", "default_popup": "index.html", "default_icon": { "16": "app\/style\/graphics\/logo16.png", "48": "app\/style\/graphics\/logo48.png", "128": "app\/style\/graphics\/logo128.png" } }, "icons": { "16": "app\/style\/graphics\/logo16.png", "48": "app\/style\/graphics\/logo48.png", "128": "app\/style\/graphics\/logo128.png" } } |