Social Distancing Yahtzee

A game of Yahtzee to play when you want to go out but just can't.

Was ist Social Distancing Yahtzee?

Social Distancing Yahtzee ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "A game of Yahtzee to play when you want to go out but just can't.".

Erweiterungsscreenshots

screenshot

Social Distancing Yahtzee-Erweiterungs-CRX-Datei herunterladen

Laden Sie Social Distancing Yahtzee-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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. :)                    

Grundlegende Informationen zur Erweiterung

Name Social Distancing Yahtzee Social Distancing Yahtzee
ID ndikechnlonlbampebndhlcihkeebbah
Offizielle URL https://chromewebstore.google.com/detail/social-distancing-yahtzee/ndikechnlonlbampebndhlcihkeebbah
Beschreibung A game of Yahtzee to play when you want to go out but just can't.
Dateigröße 34.84 KB
Installationsanzahl 37
Aktuelle Version 1.0
Letztes Update 2020-04-10
Veröffentlichungsdatum 2020-04-09
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}