Social Distancing Yahtzee
A game of Yahtzee to play when you want to go out but just can't.
Cos'è Social Distancing Yahtzee?
Social Distancing Yahtzee è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A game of Yahtzee to play when you want to go out but just can't.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Social Distancing Yahtzee
Scarica i file di estensione Social Distancing Yahtzee 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
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. :) Informazioni di Base sull'Estensione
| Nome | |
| ID | ndikechnlonlbampebndhlcihkeebbah |
| URL Ufficiale | https://chromewebstore.google.com/detail/social-distancing-yahtzee/ndikechnlonlbampebndhlcihkeebbah |
| Descrizione | A game of Yahtzee to play when you want to go out but just can't. |
| Dimensione del File | 34.84 KB |
| Conteggio Installazioni | 37 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2020-04-10 |
| Data di Pubblicazione | 2020-04-09 |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
}
} | |