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.
Was ist Pacman: Play Pac-Man Game Online?
Pacman: Play Pac-Man Game Online ist eine Chrome-Erweiterung, die von http://pacmanonline.chromecrxstore.com entwickelt wurde, und ihr Hauptmerkmal ist "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.".
Erweiterungsscreenshots
Pacman: Play Pac-Man Game Online-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pacman: Play Pac-Man Game Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | cihfebddbkliijcnllfibbbadfnibfem |
Offizielle URL | https://chrome.google.com/webstore/detail/pacman-play-pac-man-game/cihfebddbkliijcnllfibbbadfnibfem |
Beschreibung | 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. |
Dateigröße | 30.53 KB |
Installationsanzahl | 972 |
Aktuelle Version | 1.4 |
Letztes Update | 2017-12-24 |
Veröffentlichungsdatum | 2017-12-24 |
Bewertung | 1.15/5 Insgesamt 227 Bewertungen |
Entwickler | http://pacmanonline.chromecrxstore.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://pacmanonline.chromecrxstore.com/ |
URL der Datenschutzrichtlinien-Seite | https://chromecrxstore.com/privacy-policy |
Unterstützte Sprachen | 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 } } |