Duo Cards
This is a very simple and fun card game, being much like the Uno and can-can games
Cos'è Duo Cards?
Duo Cards è un'estensione di Chrome sviluppata da totopgamesus, e la sua funzione principale è "This is a very simple and fun card game, being much like the Uno and can-can games".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Duo Cards
Scarica i file di estensione Duo Cards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 ".
Informazioni di Base sull'Estensione
Nome | |
ID | ekendolchjjcmkmjjcgcbcpjabgogpcn |
URL Ufficiale | https://chrome.google.com/webstore/detail/duo-cards/ekendolchjjcmkmjjcgcbcpjabgogpcn |
Descrizione | This is a very simple and fun card game, being much like the Uno and can-can games |
Dimensione del File | 55.79 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-12-17 |
Data di Pubblicazione | 2018-12-17 |
Sviluppatore | totopgamesus |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |