Pacman Popup
Play original pacman games in one click. Game opens in browser popup window
¿Qué es Pacman Popup?
Pacman Popup es una extensión de Chrome desarrollada por mereshkova1988, y su función principal es "Play original pacman games in one click. Game opens in browser popup window".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pacman Popup
Descarga archivos de extensión Pacman Popup en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | hmcoiagnmbaapppjhkfpdienclnkgapd |
URL Oficial | https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd |
Descripción | Play original pacman games in one click. Game opens in browser popup window |
Tamaño del Archivo | 1.11 MB |
Cantidad de Instalaciones | 218 |
Versión Actual | 3.9.2021.1 |
Última Actualización | 2021-09-06 |
Fecha de Publicación | 2021-09-06 |
Desarrollador | mereshkova1988 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://sites.google.com/view/terms-and-policies |
Idiomas Soportados | 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" } } |