Hangman Game

A fun Hangman game extension

Hangman Game क्या है?

Hangman Game Jie Yu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A fun Hangman game extension"।

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

screenshot
screenshot

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

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

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

                        This extension is a traditional word-guessing game - hangman, with a leader board added. This extension is ideal for students who want to have some fun at school.                    

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

नाम Hangman Game Hangman Game
ID apcmhphcacfiphjngahekbafibonipio
आधिकारिक URL https://chromewebstore.google.com/detail/hangman-game/apcmhphcacfiphjngahekbafibonipio
विवरण A fun Hangman game extension
फ़ाइल का आकार 15.5 KB
स्थापना संख्या 47
वर्तमान संस्करण 6.0
अंतिम अपडेट 2023-08-12
प्रकाशन तिथि 2023-07-15
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Jie Yu
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hangman Game",
    "version": "6.0",
    "description": "A fun Hangman game extension",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/20.92.251.21:5001\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}