Pacman Popup
Play original pacman games in one click. Game opens in browser popup window
Pacman Popup là gì?
Pacman Popup là một tiện ích mở rộng Chrome được phát triển bởi mereshkova1988, và tính năng chính của nó là "Play original pacman games in one click. Game opens in browser popup window".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pacman Popup
Tải xuống các tệp mở rộng Pacman Popup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmcoiagnmbaapppjhkfpdienclnkgapd |
URL Chính Thức | https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd |
Mô tả | Play original pacman games in one click. Game opens in browser popup window |
Kích Thước Tệp | 1.11 MB |
Số Lần Cài Đặt | 218 |
Phiên Bản Hiện Tại | 3.9.2021.1 |
Cập Nhật Lần Cuối | 2021-09-06 |
Ngày Phát Hành | 2021-09-06 |
Nhà Phát Triển | mereshkova1988 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/terms-and-policies |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |