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.
Τι είναι το Pacman: Play Pac-Man Game Online;
Το Pacman: Play Pac-Man Game Online είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://pacmanonline.chromecrxstore.com, και η κύρια λειτουργία του είναι "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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pacman: Play Pac-Man Game Online
Λήψη αρχείων επέκτασης Pacman: Play Pac-Man Game Online σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cihfebddbkliijcnllfibbbadfnibfem |
Επίσημο URL | https://chrome.google.com/webstore/detail/pacman-play-pac-man-game/cihfebddbkliijcnllfibbbadfnibfem |
Περιγραφή | 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. |
Μέγεθος Αρχείου | 30.53 KB |
Αριθμός Εγκαταστάσεων | 972 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2017-12-24 |
Ημερομηνία Δημοσίευσης | 2017-12-24 |
Αξιολόγηση | 1.15/5 Συνολικά 227 Αξιολογήσεις |
Προγραμματιστής | http://pacmanonline.chromecrxstore.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://pacmanonline.chromecrxstore.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://chromecrxstore.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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 } } |