Social Distancing Yahtzee
A game of Yahtzee to play when you want to go out but just can't.
Hvad er Social Distancing Yahtzee?
Social Distancing Yahtzee er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "A game of Yahtzee to play when you want to go out but just can't.".
Udvidelsesskærmbilleder
Download Social Distancing Yahtzee-udvidelses-CRX-fil
Download Social Distancing Yahtzee-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
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. :) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ndikechnlonlbampebndhlcihkeebbah |
| Officiel URL | https://chromewebstore.google.com/detail/social-distancing-yahtzee/ndikechnlonlbampebndhlcihkeebbah |
| Beskrivelse | A game of Yahtzee to play when you want to go out but just can't. |
| Filstørrelse | 34.84 KB |
| Antal Installationer | 37 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2020-04-10 |
| Udgivelsesdato | 2020-04-09 |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
}
} | |