Duo Cards

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

Co to jest Duo Cards?

Duo Cards to rozszerzenie Chrome opracowane przez totopgamesus, a jego główną funkcją jest „This is a very simple and fun card game, being much like the Uno and can-can games”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Duo Cards

Pobierz pliki rozszerzeń Duo Cards w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Duo Cards Duo Cards
ID ekendolchjjcmkmjjcgcbcpjabgogpcn
Oficjalny URL https://chrome.google.com/webstore/detail/duo-cards/ekendolchjjcmkmjjcgcbcpjabgogpcn
Opis This is a very simple and fun card game, being much like the Uno and can-can games
Rozmiar pliku 55.79 KB
Liczba instalacji 29
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-12-17
Data Publikacji 2018-12-17
Deweloper totopgamesus
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}