YI Online
YI Online: A new game based on the classic card game, UNO(R)!
YI Online क्या है?
YI Online BBHH Games द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YI Online: A new game based on the classic card game, UNO(R)!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YI Online एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have you gotten bored of classic card games? Do you want a good game that you can play with your friends? Do you have a computer and want to play with friends that are far away? If so, then this extension is for you! YI Online: A new game based on the classic card game, UNO(R)! With the fun of UNO, plus a chaotic new card, plus online multiplayer, plus house rules, this is a game that will keep you excited for that next round!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | neeabclkacmbjgndcoboccebhbhogiea |
आधिकारिक URL | https://chrome.google.com/webstore/detail/yi-online/neeabclkacmbjgndcoboccebhbhogiea |
विवरण | YI Online: A new game based on the classic card game, UNO(R)! |
फ़ाइल का आकार | 25.94 KB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2017-05-11 |
प्रकाशन तिथि | 2017-05-11 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | BBHH Games |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YI Online", "description": "YI Online: A new game based on the classic card game, UNO(R)!", "version": "0.0.5", "icons": { "24": "images\/icon24.png", "48": "images\/icon48.png", "72": "images\/icon72.png", "96": "images\/icon96.png", "120": "images\/icon120.png" }, "browser_action": { "default_icon": { "24": "images\/icon24.png" }, "default_title": "YI Online" }, "background": { "scripts": [ "script.js" ] }, "permissions": [ "notifications", "tabs" ] } |