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.

Co to jest Pacman: Play Pac-Man Game Online?

Pacman: Play Pac-Man Game Online to rozszerzenie Chrome opracowane przez http://pacmanonline.chromecrxstore.com, a jego główną funkcją jest „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.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pacman: Play Pac-Man Game Online

Pobierz pliki rozszerzeń Pacman: Play Pac-Man Game Online w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Pacman: Play Pac-Man Game Online Pacman: Play Pac-Man Game Online
ID cihfebddbkliijcnllfibbbadfnibfem
Oficjalny URL https://chrome.google.com/webstore/detail/pacman-play-pac-man-game/cihfebddbkliijcnllfibbbadfnibfem
Opis 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.
Rozmiar pliku 30.53 KB
Liczba instalacji 972
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2017-12-24
Data Publikacji 2017-12-24
Ocena 1.15/5 Łącznie 227 Oceny
Deweloper http://pacmanonline.chromecrxstore.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://pacmanonline.chromecrxstore.com/
Adres URL Strony Polityki Prywatności https://chromecrxstore.com/privacy-policy
Obsługiwane Języki 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
    }
}