Duo Cards
This is a very simple and fun card game, being much like the Uno and can-can games
Vad är Duo Cards?
Duo Cards är en Chrome-tillägg utvecklad av totopgamesus, och dess huvudfunktion är "This is a very simple and fun card game, being much like the Uno and can-can games".
Tilläggsskärmbilder
Ladda ner Duo Cards-förlängningens CRX-fil
Ladda ner Duo Cards-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 ".
Grundläggande Information om Tillägg
Namn | |
ID | ekendolchjjcmkmjjcgcbcpjabgogpcn |
Officiell webbadress | https://chrome.google.com/webstore/detail/duo-cards/ekendolchjjcmkmjjcgcbcpjabgogpcn |
Beskrivning | This is a very simple and fun card game, being much like the Uno and can-can games |
Filstorlek | 55.79 KB |
Antal Installationer | 29 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-12-17 |
Publiceringsdatum | 2018-12-17 |
Utvecklare | totopgamesus |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |