Hangman guess the word game

Play a quick game of hangman while you are waiting for something else!

Was ist Hangman guess the word game?

Hangman guess the word game ist eine Chrome-Erweiterung, die von Ad Eggermont entwickelt wurde, und ihr Hauptmerkmal ist "Play a quick game of hangman while you are waiting for something else!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Hangman guess the word game-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hangman guess the word game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        There are more than 500 words available in English and Dutch.                    

Grundlegende Informationen zur Erweiterung

Name Hangman guess the word game Hangman guess the word game
ID nnlophhgpmjmnifpcoopmiaoolihaafn
Offizielle URL https://chromewebstore.google.com/detail/hangman-guess-the-word-ga/nnlophhgpmjmnifpcoopmiaoolihaafn
Beschreibung Play a quick game of hangman while you are waiting for something else!
Dateigröße 3.48 MB
Installationsanzahl 332
Aktuelle Version 1.0
Letztes Update 2021-12-23
Veröffentlichungsdatum 2021-12-22
Entwickler Ad Eggermont
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hangman guess the word game",
    "version": "1.0",
    "description": "Play a quick game of hangman while you are waiting for something else!",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "index.html",
        "default_title": "Hangman guess the word game"
    }
}