Pac-man and Ms. Pac-man

Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.

Pac-man and Ms. Pac-man क्या है?

Pac-man and Ms. Pac-man John Hollister द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Pac-man and Ms. Pac-man एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        *Nearly* pixel-perfect HTML5 web version of the classic Pac-man and Ms. Pac-man arcades games. Free to play. One or two players. Works offline.

Through hours of research and gameplay, I painstakingly reverse engineered the original Pac-man and Ms. Pac-man arcade games. I re-wrote it all in javascript from the ground-up so you can have something to do when you're bored at work.                    

एक्सटेंशन की मूल जानकारी

नाम Pac-man and Ms. Pac-man Pac-man and Ms. Pac-man
ID gjdfppeajganomoaogedoelileclieai
आधिकारिक URL https://chromewebstore.google.com/detail/pac-man-and-ms-pac-man/gjdfppeajganomoaogedoelileclieai
विवरण Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.
फ़ाइल का आकार 1.85 MB
स्थापना संख्या 1,164
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-04-19
प्रकाशन तिथि 2023-04-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर John Hollister
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pac-man and Ms. Pac-man",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Faithful recreation of the Pac-Man and Ms. Pac-Man arcade games.",
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "88",
    "web_accessible_resources": [
        {
            "resources": [
                "index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}