Pacman Popup
Play original pacman games in one click. Game opens in browser popup window
什麼是Pacman Popup?
Pacman Popup是由mereshkova1988開發的Chrome擴展程式,該擴展的主要功能是“Play original pacman games in one click. Game opens in browser popup window”。
擴展截圖
下載Pacman Popup擴展crx文件
下載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 |
官方網址 | 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" } } |