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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

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
URL страницы политики конфиденциальности 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
        }
    ]
}