Social Distancing Yahtzee
A game of Yahtzee to play when you want to go out but just can't.
O que é Social Distancing Yahtzee?
Social Distancing Yahtzee é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "A game of Yahtzee to play when you want to go out but just can't.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Social Distancing Yahtzee
Baixe arquivos de extensão Social Distancing Yahtzee no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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. :)
Informações Básicas da Extensão
Nome | Social Distancing Yahtzee |
ID | ndikechnlonlbampebndhlcihkeebbah |
URL Oficial | https://chromewebstore.google.com/detail/social-distancing-yahtzee/ndikechnlonlbampebndhlcihkeebbah |
Descrição | A game of Yahtzee to play when you want to go out but just can't. |
Tamanho do Arquivo | 34.84 KB |
Contagem de Instalações | 37 |
Versão Atual | 1.0 |
Última Atualização | 2020-04-10 |
Data de Publicação | 2020-04-09 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } } |