Name That Part
Have one player read the body part secretly and then have other players try to guess!
Qu'est-ce que Name That Part ?
Name That Part est une extension Chrome développée par zjulia, et sa fonction principale est "Have one player read the body part secretly and then have other players try to guess!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Name That Part
Téléchargez les fichiers d'extension Name That Part 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
The aim of the game is to move a certain body part and see who can guess which body part you're moving first.
Informations de Base sur l'Extension
Nom | Name That Part |
ID | mnjogjpljdlpngmfljhdhkleijoinpho |
URL Officiel | https://chromewebstore.google.com/detail/name-that-part/mnjogjpljdlpngmfljhdhkleijoinpho |
Description | Have one player read the body part secretly and then have other players try to guess! |
Taille du Fichier | 1.05 MB |
Nombre d'Installations | 12 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-01-04 |
Date de Publication | 2015-01-04 |
Développeur | zjulia |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |