Social Distancing Yahtzee

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

ما هو Social Distancing Yahtzee؟

Social Distancing Yahtzee هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "A game of Yahtzee to play when you want to go out but just can't.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Social Distancing Yahtzee

قم بتنزيل ملفات الامتداد Social Distancing Yahtzee بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Social Distancing Yahtzee Social Distancing Yahtzee
ID ndikechnlonlbampebndhlcihkeebbah
عنوان URL الرسمي https://chromewebstore.google.com/detail/social-distancing-yahtzee/ndikechnlonlbampebndhlcihkeebbah
الوصف A game of Yahtzee to play when you want to go out but just can't.
حجم الملف 34.84 KB
عدد التثبيتات 37
النسخة الحالية 1.0
آخر تحديث 2020-04-10
تاريخ النشر 2020-04-09
المطور Unknown
نوع الدفع free
اللغات المدعومة 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"
        }
    }
}