Name That Part
Have one player read the body part secretly and then have other players try to guess!
¿Qué es Name That Part?
Name That Part es una extensión de Chrome desarrollada por zjulia, y su función principal es "Have one player read the body part secretly and then have other players try to guess!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Name That Part
Descarga archivos de extensión Name That Part en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
The aim of the game is to move a certain body part and see who can guess which body part you're moving first.
Información Básica de la Extensión
Nombre | Name That Part |
ID | mnjogjpljdlpngmfljhdhkleijoinpho |
URL Oficial | https://chromewebstore.google.com/detail/name-that-part/mnjogjpljdlpngmfljhdhkleijoinpho |
Descripción | Have one player read the body part secretly and then have other players try to guess! |
Tamaño del Archivo | 1.05 MB |
Cantidad de Instalaciones | 12 |
Versión Actual | 1.0 |
Última Actualización | 2015-01-04 |
Fecha de Publicación | 2015-01-04 |
Desarrollador | zjulia |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |