YI Online
YI Online: A new game based on the classic card game, UNO(R)!
ما هو YI Online؟
YI Online هو إضافة Chrome تم تطويرها بواسطة BBHH Games، والميزة الرئيسية لها هي "YI Online: A new game based on the classic card game, UNO(R)!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YI Online
قم بتنزيل ملفات الامتداد YI Online بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |