Muncher

Pacman-style gameplay: Avoid ghosts and collect power-ups in an arcade-style challenge.

ما هو Muncher؟

Muncher هو إضافة Chrome تم تطويرها بواسطة Retro Games، والميزة الرئيسية لها هي "Pacman-style gameplay: Avoid ghosts and collect power-ups in an arcade-style challenge.".

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

screenshot

تحميل ملف CRX للإضافة Muncher

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

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

                        In this classic arcade-style game, you play as a small, circular character who must navigate a maze while collecting small pellets and avoiding dangerous obstacles. Your goal is to collect all of the pellets on each level and advance to the next one.

The game features several unique power-ups that can give you an advantage as you play. One power-up allows you to move faster, making it easier to evade enemies or collect pellets. Another power-up gives you temporary invincibility, allowing you to plow through enemies and obstacles without taking damage.

As you progress through the game, the mazes become increasingly complex, with more obstacles and enemies to avoid. Some levels even have multiple paths that you can take, adding an element of strategy to the gameplay.

One of the most challenging obstacles in the game is the enemy characters that roam the maze. These enemies come in different shapes and sizes, each with its own unique behavior. Some enemies move randomly, while others move in a more predictable pattern. Some enemies even change direction when they reach a dead end, making them harder to predict.

To defeat the enemies, you can use a variety of tactics. One strategy is to use the power-ups to your advantage, using invincibility to charge through groups of enemies or speed to outrun them. Another strategy is to lure enemies into traps, such as dead ends or tight corners, where you can easily avoid them or even defeat them.

The game also features a high-score system, which encourages players to replay levels and try to beat their previous best score. The score is based on the number of pellets collected and enemies defeated, as well as how quickly the level was completed.

Overall, this game is a fun and challenging experience that will test your reflexes and strategic thinking. With its classic arcade-style gameplay and unique power-ups, it is sure to keep you entertained for hours on end.                    

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

الاسم Muncher Muncher
ID dolflifdbncknmooonbhphlkngcfpmnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/muncher/dolflifdbncknmooonbhphlkngcfpmnh
الوصف Pacman-style gameplay: Avoid ghosts and collect power-ups in an arcade-style challenge.
حجم الملف 339 KB
عدد التثبيتات 26,192
النسخة الحالية 1.0.0.1
آخر تحديث 2023-11-29
تاريخ النشر 2023-05-27
تقييم 5.00/5 مجموع تقييمات 2
المطور Retro Games
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://eminent-chiller-16d.notion.site/Privacy-Policy-of-all-Retro-Games-browser-extensions-3376d6c0858c45a79c7c1b87c6be89f5
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "background": {
        "service_worker": "files\/js\/worker.js"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "cookies",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "webRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "files\/js\/sandbox.html"
        ]
    },
    "version": "1.0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "files\/js\/sandbox.html"
            ],
            "use_dynamic_url": true
        }
    ]
}