Pac Man Tribute

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

¿Qué es Pac Man Tribute?

Pac Man Tribute es una extensión de Chrome desarrollada por Nikki Lam, y su función principal es "Discover the rich history of Pac-Man with various versions and enjoy offline gameplay".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Pac Man Tribute

Descarga archivos de extensión Pac Man Tribute en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

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.                    

Información Básica de la Extensión

Nombre Pac Man Tribute Pac Man Tribute
ID okkijechcafgdmbacodaghgeanecimgd
URL Oficial https://chromewebstore.google.com/detail/pac-man-tribute/okkijechcafgdmbacodaghgeanecimgd
Descripción Discover the rich history of Pac-Man with various versions and enjoy offline gameplay
Tamaño del Archivo 9.14 MB
Cantidad de Instalaciones 1,498,578
Versión Actual 1.0.4
Última Actualización 2023-07-26
Fecha de Publicación 2023-06-25
Calificación 5.00/5 Total de 20 Calificaciones
Desarrollador Nikki Lam
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/e/2PACX-1vS9facl2AvHY2RsvmZ77zq1UYb_oVFEyPfk-W2GbsdZxVnePGbZ0EWCPMvI-WyjnHOgoaaL7jtF91CM/pub
Idiomas Soportados 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
        }
    ]
}