Name That Part
Have one player read the body part secretly and then have other players try to guess!
Vad är Name That Part?
Name That Part är en Chrome-tillägg utvecklad av zjulia, och dess huvudfunktion är "Have one player read the body part secretly and then have other players try to guess!".
Tilläggsskärmbilder
Ladda ner Name That Part-förlängningens CRX-fil
Ladda ner Name That Part-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mnjogjpljdlpngmfljhdhkleijoinpho |
| Officiell webbadress | https://chromewebstore.google.com/detail/name-that-part/mnjogjpljdlpngmfljhdhkleijoinpho |
| Beskrivning | Have one player read the body part secretly and then have other players try to guess! |
| Filstorlek | 1.05 MB |
| Antal Installationer | 12 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-01-04 |
| Publiceringsdatum | 2015-01-04 |
| Utvecklare | zjulia |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |