Name That Part
Have one player read the body part secretly and then have other players try to guess!
Hvad er Name That Part?
Name That Part er en Chrome-udvidelse udviklet af zjulia, og dens hovedfunktion er "Have one player read the body part secretly and then have other players try to guess!".
Udvidelsesskærmbilleder
Download Name That Part-udvidelses-CRX-fil
Download Name That Part-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The aim of the game is to move a certain body part and see who can guess which body part you're moving first. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mnjogjpljdlpngmfljhdhkleijoinpho |
| Officiel URL | https://chromewebstore.google.com/detail/name-that-part/mnjogjpljdlpngmfljhdhkleijoinpho |
| Beskrivelse | Have one player read the body part secretly and then have other players try to guess! |
| Filstørrelse | 1.05 MB |
| Antal Installationer | 12 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2015-01-04 |
| Udgivelsesdato | 2015-01-04 |
| Udvikler | zjulia |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |