Name That Part

Have one player read the body part secretly and then have other players try to guess!

Cos'è Name That Part?

Name That Part è un'estensione di Chrome sviluppata da zjulia, e la sua funzione principale è "Have one player read the body part secretly and then have other players try to guess!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Name That Part

Scarica i file di estensione Name That Part in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The aim of the game is to move a certain body part and see who can guess which body part you're moving first.                    

Informazioni di Base sull'Estensione

Nome Name That Part Name That Part
ID mnjogjpljdlpngmfljhdhkleijoinpho
URL Ufficiale https://chromewebstore.google.com/detail/name-that-part/mnjogjpljdlpngmfljhdhkleijoinpho
Descrizione Have one player read the body part secretly and then have other players try to guess!
Dimensione del File 1.05 MB
Conteggio Installazioni 12
Versione Corrente 1.0
Ultimo Aggiornamento 2015-01-04
Data di Pubblicazione 2015-01-04
Sviluppatore zjulia
Tipo di Pagamento free
Lingue Supportate 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"
    }
}