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.".

Снимки экрана расширения

screenshot

Скачать файл 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!                    

Основная информация о расширении

Название Pacman: Play Pac-Man Game Online Pacman: Play Pac-Man Game Online
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
    }
}