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.
Cos'è Pacman: Play Pac-Man Game Online?
Pacman: Play Pac-Man Game Online è un'estensione di Chrome sviluppata da http://pacmanonline.chromecrxstore.com, e la sua funzione principale è "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.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pacman: Play Pac-Man Game Online
Scarica i file di estensione Pacman: Play Pac-Man Game Online in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | cihfebddbkliijcnllfibbbadfnibfem |
URL Ufficiale | https://chrome.google.com/webstore/detail/pacman-play-pac-man-game/cihfebddbkliijcnllfibbbadfnibfem |
Descrizione | 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. |
Dimensione del File | 30.53 KB |
Conteggio Installazioni | 972 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2017-12-24 |
Data di Pubblicazione | 2017-12-24 |
Valutazione | 1.15/5 Totale 227 Valutazioni |
Sviluppatore | http://pacmanonline.chromecrxstore.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://pacmanonline.chromecrxstore.com/ |
URL della Pagina della Politica sulla Privacy | https://chromecrxstore.com/privacy-policy |
Lingue Supportate | 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 } } |