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.
Apa itu Pacman: Play Pac-Man Game Online?
Pacman: Play Pac-Man Game Online adalah ekstensi Chrome yang dikembangkan oleh http://pacmanonline.chromecrxstore.com, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi Pacman: Play Pac-Man Game Online
Unduh file ekstensi Pacman: Play Pac-Man Game Online dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | cihfebddbkliijcnllfibbbadfnibfem |
URL Resmi | https://chrome.google.com/webstore/detail/pacman-play-pac-man-game/cihfebddbkliijcnllfibbbadfnibfem |
Deskripsi | 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. |
Ukuran File | 30.53 KB |
Jumlah Instalasi | 972 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2017-12-24 |
Tanggal Publikasi | 2017-12-24 |
Penilaian | 1.15/5 Total 227 Penilaian |
Pengembang | http://pacmanonline.chromecrxstore.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://pacmanonline.chromecrxstore.com/ |
URL Halaman Kebijakan Privasi | https://chromecrxstore.com/privacy-policy |
Bahasa yang Didukung | 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 } } |