Pacman Popup
Play original pacman games in one click. Game opens in browser popup window
What is Pacman Popup?
Pacman Popup is a Chrome extension developed by mereshkova1988, and its main feature is "Play original pacman games in one click. Game opens in browser popup window".
Extension Screenshots
Download Pacman Popup Extension CRX File
Download Pacman Popup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hmcoiagnmbaapppjhkfpdienclnkgapd |
Official URL | https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd |
Description | Play original pacman games in one click. Game opens in browser popup window |
File Size | 1.11 MB |
Installation Count | 218 |
Current Version | 3.9.2021.1 |
Last Updated | 2021-09-06 |
Publish Date | 2021-09-06 |
Developer | mereshkova1988 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/terms-and-policies |
Supported Languages | 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" } } |