Hangman Game

A fun Hangman game extension

What is Hangman Game?

Hangman Game is a Chrome extension developed by Jie Yu, and its main feature is "A fun Hangman game extension".

Extension Screenshots

screenshot
screenshot

Download Hangman Game Extension CRX File

Download Hangman Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hangman Game Hangman Game
ID apcmhphcacfiphjngahekbafibonipio
Official URL https://chromewebstore.google.com/detail/hangman-game/apcmhphcacfiphjngahekbafibonipio
Description A fun Hangman game extension
File Size 15.5 KB
Installation Count 47
Current Version 6.0
Last Updated 2023-08-12
Publish Date 2023-07-15
Rating 5.00/5 Total 5 Ratings
Developer Jie Yu
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}