Social Distancing Yahtzee
A game of Yahtzee to play when you want to go out but just can't.
Co to jest Social Distancing Yahtzee?
Social Distancing Yahtzee to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „A game of Yahtzee to play when you want to go out but just can't.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Social Distancing Yahtzee
Pobierz pliki rozszerzeń Social Distancing Yahtzee 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
This is a simple game of Yahtzee made to replace your New Tab screen. It does all the math for you so all you need to do is click a few buttons. :)
Podstawowe informacje o rozszerzeniu
Nazwa | Social Distancing Yahtzee |
ID | ndikechnlonlbampebndhlcihkeebbah |
Oficjalny URL | https://chromewebstore.google.com/detail/social-distancing-yahtzee/ndikechnlonlbampebndhlcihkeebbah |
Opis | A game of Yahtzee to play when you want to go out but just can't. |
Rozmiar pliku | 34.84 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-04-10 |
Data Publikacji | 2020-04-09 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Distancing Yahtzee", "description": "A game of Yahtzee to play when you want to go out but just can't.", "version": "1.0", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |