Name That Part
Have one player read the body part secretly and then have other players try to guess!
O que é Name That Part?
Name That Part é uma extensão do Chrome desenvolvida por zjulia, e sua principal característica é "Have one player read the body part secretly and then have other players try to guess!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Name That Part
Baixe arquivos de extensão Name That Part 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
The aim of the game is to move a certain body part and see who can guess which body part you're moving first.
Informações Básicas da Extensão
Nome | Name That Part |
ID | mnjogjpljdlpngmfljhdhkleijoinpho |
URL Oficial | https://chromewebstore.google.com/detail/name-that-part/mnjogjpljdlpngmfljhdhkleijoinpho |
Descrição | Have one player read the body part secretly and then have other players try to guess! |
Tamanho do Arquivo | 1.05 MB |
Contagem de Instalações | 12 |
Versão Atual | 1.0 |
Última Atualização | 2015-01-04 |
Data de Publicação | 2015-01-04 |
Desenvolvedor | zjulia |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Name That Part", "version": "1.0", "description": "Have one player read the body part secretly and then have other players try to guess!", "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |