Pac Man Tribute

Discover the rich history of Pac-Man with various versions and enjoy offline gameplay

ما هو Pac Man Tribute؟

Pac Man Tribute هو إضافة Chrome تم تطويرها بواسطة Nikki Lam، والميزة الرئيسية لها هي "Discover the rich history of Pac-Man with various versions and enjoy offline gameplay".

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

screenshot

تحميل ملف CRX للإضافة Pac Man Tribute

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

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

                        🌟🎮 𝗣𝗮𝗰 𝗠𝗮𝗻 𝗧𝗿𝗶𝗯𝘂𝘁𝗲 🎮🌟

Unleash your nostalgic spirit with the ultimate Pac-Man Tribute browser extension! 🚀 Immerse yourself in the rich history of Pac-Man and embark on a thrilling gaming experience with various versions of this iconic arcade classic. Get ready to relive the excitement, discover hidden gems, and enjoy offline gameplay like never before! 😎

🕹️ 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀: 🕹️
✨ Multiple Versions: Travel back in time and indulge in the original 1980 arcade masterpiece, Pac-Man. Additionally, experience the thrilling 1981 modification, Ms. Pac-Man, created by GCC/Midway. Unearth the lost treasure with Crazy Otto, GCC's unreleased in-house version of Ms. Pac-Man before its acquisition by Midway. And that's not all! Brace yourself for Cookie-Man, a brand new Ms. Pac-Man version boasting a sophisticated procedural map generator. 🎉

🏎️ Turbo Mode: 🏎️
Looking for an adrenaline rush? Engage Turbo Mode, an alternate gameplay option available in each version. Channel your inner speed demon as Pac-Man zips around at twice the normal speed, matching the pace of the ghosts' disembodied eyes. Feast on pellets without any slowdown, and show off your lightning-fast reflexes! ⚡

🏆 High Scores: 🏆
Keep track of your accomplishments with our locally stored high score feature. Each game, both in its normal and turbo modes, securely saves your achievements directly on your browser. Rise to the top of the leaderboard and prove yourself as the ultimate Pac-Man Tribute champion! 🏅

Don't miss out on this extraordinary opportunity to dive into the world of Pac-Man. Install the Pac Man Tribute browser extension now and unlock the gateway to endless hours of nostalgic gaming fun! 💯👾

👉 Note: The Pac Man Tribute browser extension is compatible with your favorite web browser and offers seamless offline gameplay.                    

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

الاسم Pac Man Tribute Pac Man Tribute
ID okkijechcafgdmbacodaghgeanecimgd
عنوان URL الرسمي https://chromewebstore.google.com/detail/pac-man-tribute/okkijechcafgdmbacodaghgeanecimgd
الوصف Discover the rich history of Pac-Man with various versions and enjoy offline gameplay
حجم الملف 9.14 MB
عدد التثبيتات 1,498,578
النسخة الحالية 1.0.4
آخر تحديث 2023-07-26
تاريخ النشر 2023-06-25
تقييم 5.00/5 مجموع تقييمات 20
المطور Nikki Lam
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/e/2PACX-1vS9facl2AvHY2RsvmZ77zq1UYb_oVFEyPfk-W2GbsdZxVnePGbZ0EWCPMvI-WyjnHOgoaaL7jtF91CM/pub
اللغات المدعومة 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",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.4",
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}