Hangman guess the word game
Play a quick game of hangman while you are waiting for something else!
O que é Hangman guess the word game?
Hangman guess the word game é uma extensão do Chrome desenvolvida por Ad Eggermont, e sua principal característica é "Play a quick game of hangman while you are waiting for something else!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hangman guess the word game
Baixe arquivos de extensão Hangman guess the word game no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
There are more than 500 words available in English and Dutch.
Informações Básicas da Extensão
Nome | Hangman guess the word game |
ID | nnlophhgpmjmnifpcoopmiaoolihaafn |
URL Oficial | https://chromewebstore.google.com/detail/hangman-guess-the-word-ga/nnlophhgpmjmnifpcoopmiaoolihaafn |
Descrição | Play a quick game of hangman while you are waiting for something else! |
Tamanho do Arquivo | 3.48 MB |
Contagem de Instalações | 332 |
Versão Atual | 1.0 |
Última Atualização | 2021-12-23 |
Data de Publicação | 2021-12-22 |
Desenvolvedor | Ad Eggermont |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |