Pacman: Play Pac-Man Game Online
Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.
What is Pacman: Play Pac-Man Game Online?
Pacman: Play Pac-Man Game Online is a Chrome extension developed by http://pacmanonline.chromecrxstore.com, and its main feature is "Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.".
Extension Screenshots
Download Pacman: Play Pac-Man Game Online Extension CRX File
Download Pacman: Play Pac-Man Game Online 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 Online is one of the most popular games ever created. It was launched in early 1980's but still attract players from all the age groups. The gameplay is very simple and user friendly. This awesome, modern designed, retro-style, dot eating game is sure to thrill older gamers as well as new gamers. Playing this game is simple, eat the dots and don't get caught by the ghost-monsters. So what are you waiting for? Just install the app & start playing to your heart's content!
Extension Basic Information
Name | |
ID | cihfebddbkliijcnllfibbbadfnibfem |
Official URL | https://chrome.google.com/webstore/detail/pacman-play-pac-man-game/cihfebddbkliijcnllfibbbadfnibfem |
Description | Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages. |
File Size | 30.53 KB |
Installation Count | 972 |
Current Version | 1.4 |
Last Updated | 2017-12-24 |
Publish Date | 2017-12-24 |
Rating | 1.15/5 Total 227 Ratings |
Developer | http://pacmanonline.chromecrxstore.com |
[email protected] | |
Payment Type | free |
Extension Website | http://pacmanonline.chromecrxstore.com/ |
Privacy Policy Page URL | https://chromecrxstore.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pacman: Play Pac-Man Game Online", "version": "1.4", "description": "Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "http:\/\/pacmanonline.chromecrxstore.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "Play Pac-Man Game Online" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |