Duo Cards
This is a very simple and fun card game, being much like the Uno and can-can games
O que é Duo Cards?
Duo Cards é uma extensão do Chrome desenvolvida por totopgamesus, e sua principal característica é "This is a very simple and fun card game, being much like the Uno and can-can games".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Duo Cards
Baixe arquivos de extensão Duo Cards 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
Enjoy playing the classic Uno card game. Face up to three players and prove yourself skillful to win. See the rules: The deck consists of four-color cards: green, yellow, red and blue. The rows of each color vary between 0 and 9. There are three special actions for each type of letter color, identified as "Jump ", "buy two " and "Flip ".
Informações Básicas da Extensão
Nome | |
ID | ekendolchjjcmkmjjcgcbcpjabgogpcn |
URL Oficial | https://chrome.google.com/webstore/detail/duo-cards/ekendolchjjcmkmjjcgcbcpjabgogpcn |
Descrição | This is a very simple and fun card game, being much like the Uno and can-can games |
Tamanho do Arquivo | 55.79 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.0 |
Última Atualização | 2018-12-17 |
Data de Publicação | 2018-12-17 |
Desenvolvedor | totopgamesus |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duo Cards", "short_name": "Play Duo Cards game", "description": "This is a very simple and fun card game, being much like the Uno and can-can games", "version": "1.0", "browser_action": { "default_icon": "duocards128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |