Hangman guess the word game
Play a quick game of hangman while you are waiting for something else!
Qu'est-ce que Hangman guess the word game ?
Hangman guess the word game est une extension Chrome développée par Ad Eggermont, et sa fonction principale est "Play a quick game of hangman while you are waiting for something else!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hangman guess the word game
Téléchargez les fichiers d'extension Hangman guess the word game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
There are more than 500 words available in English and Dutch.
Informations de Base sur l'Extension
Nom | Hangman guess the word game |
ID | nnlophhgpmjmnifpcoopmiaoolihaafn |
URL Officiel | https://chromewebstore.google.com/detail/hangman-guess-the-word-ga/nnlophhgpmjmnifpcoopmiaoolihaafn |
Description | Play a quick game of hangman while you are waiting for something else! |
Taille du Fichier | 3.48 MB |
Nombre d'Installations | 332 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-12-23 |
Date de Publication | 2021-12-22 |
Développeur | Ad Eggermont |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |