Social Distancing Yahtzee

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

Qu'est-ce que Social Distancing Yahtzee ?

Social Distancing Yahtzee est une extension Chrome développée par Unknown, et sa fonction principale est "A game of Yahtzee to play when you want to go out but just can't.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Social Distancing Yahtzee

Téléchargez les fichiers d'extension Social Distancing Yahtzee au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Social Distancing Yahtzee Social Distancing Yahtzee
ID ndikechnlonlbampebndhlcihkeebbah
URL Officiel https://chromewebstore.google.com/detail/social-distancing-yahtzee/ndikechnlonlbampebndhlcihkeebbah
Description A game of Yahtzee to play when you want to go out but just can't.
Taille du Fichier 34.84 KB
Nombre d'Installations 37
Version Actuelle 1.0
Dernière Mise à Jour 2020-04-10
Date de Publication 2020-04-09
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}