Name That Part
Have one player read the body part secretly and then have other players try to guess!
Co to jest Name That Part?
Name That Part to rozszerzenie Chrome opracowane przez zjulia, a jego główną funkcją jest „Have one player read the body part secretly and then have other players try to guess!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Name That Part
Pobierz pliki rozszerzeń Name That Part w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The aim of the game is to move a certain body part and see who can guess which body part you're moving first.
Podstawowe informacje o rozszerzeniu
Nazwa | Name That Part |
ID | mnjogjpljdlpngmfljhdhkleijoinpho |
Oficjalny URL | https://chromewebstore.google.com/detail/name-that-part/mnjogjpljdlpngmfljhdhkleijoinpho |
Opis | Have one player read the body part secretly and then have other players try to guess! |
Rozmiar pliku | 1.05 MB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-01-04 |
Data Publikacji | 2015-01-04 |
Deweloper | zjulia |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |