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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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
    }
}