Classic PacMan Offline
A Fun Game of PacMan
What is Classic PacMan Offline?
Classic PacMan Offline is a Chrome extension developed by mssinghdev, and its main feature is "A Fun Game of PacMan".
Extension Screenshots
Download Classic PacMan Offline Extension CRX File
Download Classic PacMan Offline 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
A free offline version of pacman that you can pop up and play anywhere, anytime without any ads. To play the game: 1. install the extension 2. click on the extension from the extensions tab 3. enjoy the game
Extension Basic Information
Name | Classic PacMan Offline |
ID | hphdlgbdkiinannjekpkdmfedbdbfnkc |
Official URL | https://chromewebstore.google.com/detail/classic-pacman-offline/hphdlgbdkiinannjekpkdmfedbdbfnkc |
Description | A Fun Game of PacMan |
File Size | 450 KB |
Installation Count | 362 |
Current Version | 1.0.0 |
Last Updated | 2023-06-17 |
Publish Date | 2023-06-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | mssinghdev |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/mssinghdev-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Classic PacMan Offline", "description": "A Fun Game of PacMan", "version": "1.0.0", "icons": { "16": ".\/img\/pacmanicon16.png", "32": ".\/img\/pacmanicon32.png", "48": ".\/img\/pacmanicon48.png", "128": ".\/img\/pacmanicon128.png" }, "action": { "default_popup": "index.html", "default_title": "PacMan", "default_icon": ".\/img\/pacmanicon128.png" } } |