Duo Cards
This is a very simple and fun card game, being much like the Uno and can-can games
Apa itu Duo Cards?
Duo Cards adalah ekstensi Chrome yang dikembangkan oleh totopgamesus, dan fitur utamanya adalah "This is a very simple and fun card game, being much like the Uno and can-can games".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Duo Cards
Unduh file ekstensi Duo Cards dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 ".
Informasi Dasar Ekstensi
Nama | |
ID | ekendolchjjcmkmjjcgcbcpjabgogpcn |
URL Resmi | https://chrome.google.com/webstore/detail/duo-cards/ekendolchjjcmkmjjcgcbcpjabgogpcn |
Deskripsi | This is a very simple and fun card game, being much like the Uno and can-can games |
Ukuran File | 55.79 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-12-17 |
Tanggal Publikasi | 2018-12-17 |
Pengembang | totopgamesus |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |