Pac Man Tribute

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

Co to jest Pac Man Tribute?

Pac Man Tribute to rozszerzenie Chrome opracowane przez Nikki Lam, a jego główną funkcją jest „Discover the rich history of Pac-Man with various versions and enjoy offline gameplay”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pac Man Tribute

Pobierz pliki rozszerzeń Pac Man Tribute w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pac Man Tribute Pac Man Tribute
ID okkijechcafgdmbacodaghgeanecimgd
Oficjalny URL https://chromewebstore.google.com/detail/pac-man-tribute/okkijechcafgdmbacodaghgeanecimgd
Opis Discover the rich history of Pac-Man with various versions and enjoy offline gameplay
Rozmiar pliku 9.14 MB
Liczba instalacji 1,498,578
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2023-07-26
Data Publikacji 2023-06-25
Ocena 5.00/5 Łącznie 20 Oceny
Deweloper Nikki Lam
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/e/2PACX-1vS9facl2AvHY2RsvmZ77zq1UYb_oVFEyPfk-W2GbsdZxVnePGbZ0EWCPMvI-WyjnHOgoaaL7jtF91CM/pub
Obsługiwane Języki 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
        }
    ]
}