Duo Cards
This is a very simple and fun card game, being much like the Uno and can-can games
What is Duo Cards?
Duo Cards is a Chrome extension developed by totopgamesus, and its main feature is "This is a very simple and fun card game, being much like the Uno and can-can games".
Extension Screenshots
Download Duo Cards Extension CRX File
Download Duo Cards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 ".
Extension Basic Information
Name | |
ID | ekendolchjjcmkmjjcgcbcpjabgogpcn |
Official URL | 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 |
File Size | 55.79 KB |
Installation Count | 29 |
Current Version | 1.0 |
Last Updated | 2018-12-17 |
Publish Date | 2018-12-17 |
Developer | totopgamesus |
Payment Type | free |
Supported Languages | 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\/" ] } |