Social Distancing Yahtzee
A game of Yahtzee to play when you want to go out but just can't.
What is Social Distancing Yahtzee?
Social Distancing Yahtzee is a Chrome extension developed by Unknown, and its main feature is "A game of Yahtzee to play when you want to go out but just can't.".
Extension Screenshots
Download Social Distancing Yahtzee Extension CRX File
Download Social Distancing Yahtzee extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. :)
Extension Basic Information
Name | Social Distancing Yahtzee |
ID | ndikechnlonlbampebndhlcihkeebbah |
Official URL | 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. |
File Size | 34.84 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2020-04-10 |
Publish Date | 2020-04-09 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } } |