Pacman Popup

Play original pacman games in one click. Game opens in browser popup window

ما هو Pacman Popup؟

Pacman Popup هو إضافة Chrome تم تطويرها بواسطة mereshkova1988، والميزة الرئيسية لها هي "Play original pacman games in one click. Game opens in browser popup window".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Pacman Popup

قم بتنزيل ملفات الامتداد Pacman Popup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        In Pac-Man, the player moves within a maze to end the yellow discs. The goal is to collect all the small disks by escaping the ghosts and monsters, and then going to the next stage when they collect all the disks. Collecting fruits appearing on the maze gives the player extra points. When they take the big yellow discs, the monsters and ghosts turn blue and become edible for a while.                    

معلومات أساسية عن التمديد

الاسم Pacman Popup Pacman Popup
ID hmcoiagnmbaapppjhkfpdienclnkgapd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pacman-popup/hmcoiagnmbaapppjhkfpdienclnkgapd
الوصف Play original pacman games in one click. Game opens in browser popup window
حجم الملف 1.11 MB
عدد التثبيتات 218
النسخة الحالية 3.9.2021.1
آخر تحديث 2021-09-06
تاريخ النشر 2021-09-06
المطور mereshkova1988
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/terms-and-policies
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pacman Popup",
    "version": "3.9.2021.1",
    "description": "Play original pacman games in one click. Game opens in browser popup window",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Pacman in popup",
        "default_popup": "index.html",
        "default_icon": {
            "16": "app\/style\/graphics\/logo16.png",
            "48": "app\/style\/graphics\/logo48.png",
            "128": "app\/style\/graphics\/logo128.png"
        }
    },
    "icons": {
        "16": "app\/style\/graphics\/logo16.png",
        "48": "app\/style\/graphics\/logo48.png",
        "128": "app\/style\/graphics\/logo128.png"
    }
}