Pacman Popup
A Pacman game on a popup
What is Pacman Popup?
Pacman Popup is a Chrome extension developed by vikka.bogomolkina, and its main feature is "A Pacman game on a popup".
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
Pacman Popup game in you're browser play free looking for an arcade game that has the original look? you only need an active tab, and no wifi needed! play anytab and anytime controls: use arrow keys to move press "P" or click on pause icon on top left
Extension Basic Information
Name | Pacman Popup |
ID | idckcaillgcgdmbfldkdajbiipgdcihe |
Official URL | https://chromewebstore.google.com/detail/pacman-popup/idckcaillgcgdmbfldkdajbiipgdcihe |
Description | A Pacman game on a popup |
File Size | 1.12 MB |
Installation Count | 2,474 |
Current Version | 4.12.2021 |
Last Updated | 2021-12-08 |
Publish Date | 2021-12-07 |
Developer | vikka.bogomolkina |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "128": "app\/style\/graphics\/128.png", "64": "app\/style\/graphics\/64.png", "48": "app\/style\/graphics\/48.png", "32": "app\/style\/graphics\/32.png", "16": "app\/style\/graphics\/16.png" }, "default_popup": "index.html", "default_title": "Pacman" }, "description": "A Pacman game on a popup", "icons": { "128": "app\/style\/graphics\/128.png", "64": "app\/style\/graphics\/64.png", "48": "app\/style\/graphics\/48.png", "32": "app\/style\/graphics\/32.png", "16": "app\/style\/graphics\/16.png" }, "manifest_version": 2, "name": "Pacman Popup", "version": "4.12.2021", "offline_enabled": false, "options_ui": { "chrome_style": false, "open_in_tab": false, "page": "options.html" } } |