Duo Cards

This is a very simple and fun card game, being much like the Uno and can-can games

Was ist Duo Cards?

Duo Cards ist eine Chrome-Erweiterung, die von totopgamesus entwickelt wurde, und ihr Hauptmerkmal ist "This is a very simple and fun card game, being much like the Uno and can-can games".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Duo Cards-Erweiterungs-CRX-Datei herunterladen

Laden Sie Duo Cards-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 ".                    

Grundlegende Informationen zur Erweiterung

Name Duo Cards Duo Cards
ID ekendolchjjcmkmjjcgcbcpjabgogpcn
Offizielle URL https://chrome.google.com/webstore/detail/duo-cards/ekendolchjjcmkmjjcgcbcpjabgogpcn
Beschreibung This is a very simple and fun card game, being much like the Uno and can-can games
Dateigröße 55.79 KB
Installationsanzahl 29
Aktuelle Version 1.0
Letztes Update 2018-12-17
Veröffentlichungsdatum 2018-12-17
Entwickler totopgamesus
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}