Pac Man Tribute

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

Pac Man Tribute क्या है?

Pac Man Tribute Nikki Lam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover the rich history of Pac-Man with various versions and enjoy offline gameplay"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pac Man Tribute एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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
        }
    ]
}