Duo Cards
This is a very simple and fun card game, being much like the Uno and can-can games
Qu'est-ce que Duo Cards ?
Duo Cards est une extension Chrome développée par totopgamesus, et sa fonction principale est "This is a very simple and fun card game, being much like the Uno and can-can games".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Duo Cards
Téléchargez les fichiers d'extension Duo Cards au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 ".
Informations de Base sur l'Extension
Nom | |
ID | ekendolchjjcmkmjjcgcbcpjabgogpcn |
URL Officiel | https://chrome.google.com/webstore/detail/duo-cards/ekendolchjjcmkmjjcgcbcpjabgogpcn |
Description | This is a very simple and fun card game, being much like the Uno and can-can games |
Taille du Fichier | 55.79 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-12-17 |
Date de Publication | 2018-12-17 |
Développeur | totopgamesus |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |