Hangman

Play the game Hangman.

O que é Hangman?

Hangman é uma extensão do Chrome desenvolvida por auburnpeachfuzz, e sua principal característica é "Play the game Hangman.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hangman

Baixe arquivos de extensão Hangman 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

                        This extension allows users to play a quick game of hangman whenever they want. It features many different categories, including actors, movies, animals, brands, and rappers, along with different difficulty settings to customize one's experience.

Icon made by QuizAnswers from www.icons101.com                    

Informações Básicas da Extensão

Nome Hangman Hangman
ID dgicdiobkdfpalmbbdcmmjhmnpaicnkh
URL Oficial https://chrome.google.com/webstore/detail/hangman/dgicdiobkdfpalmbbdcmmjhmnpaicnkh
Descrição Play the game Hangman.
Tamanho do Arquivo 30.15 KB
Contagem de Instalações 269
Versão Atual 1.0
Última Atualização 2018-07-16
Data de Publicação 2018-07-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor auburnpeachfuzz
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hangman",
    "description": "Play the game Hangman.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}