Pacman Popup
Play original pacman games in one click. Game opens in browser popup window
Wat is Pacman Popup?
Pacman Popup is een Chrome-extensie ontwikkeld door mereshkova1988, en de belangrijkste functie is "Play original pacman games in one click. Game opens in browser popup window".
Extensie Screenshots
Download het CRX-bestand van de extensie Pacman Popup
Download Pacman Popup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hmcoiagnmbaapppjhkfpdienclnkgapd |
Officiële URL | https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd |
Beschrijving | Play original pacman games in one click. Game opens in browser popup window |
Bestandsgrootte | 1.11 MB |
Aantal Installaties | 218 |
Huidige Versie | 3.9.2021.1 |
Laatst Bijgewerkt | 2021-09-06 |
Publicatiedatum | 2021-09-06 |
Ontwikkelaar | mereshkova1988 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://sites.google.com/view/terms-and-policies |
Ondersteunde Talen | 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" } } |