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)!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YI Online

ดาวน์โหลดไฟล์ส่วนขยาย YI Online ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YI Online YI Online
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"
    ]
}