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.
Qu'est-ce que Pacman: Play Pac-Man Game Online ?
Pacman: Play Pac-Man Game Online est une extension Chrome développée par http://pacmanonline.chromecrxstore.com, et sa fonction principale est "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.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pacman: Play Pac-Man Game Online
Téléchargez les fichiers d'extension Pacman: Play Pac-Man Game Online au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | cihfebddbkliijcnllfibbbadfnibfem |
URL Officiel | 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. |
Taille du Fichier | 30.53 KB |
Nombre d'Installations | 972 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2017-12-24 |
Date de Publication | 2017-12-24 |
Évaluation | 1.15/5 Total 227 Évaluations |
Développeur | http://pacmanonline.chromecrxstore.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://pacmanonline.chromecrxstore.com/ |
URL de la Page de Politique de Confidentialité | https://chromecrxstore.com/privacy-policy |
Langues Prises en Charge | 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 } } |