YI Online
YI Online: A new game based on the classic card game, UNO(R)!
YI Online là gì?
YI Online là một tiện ích mở rộng Chrome được phát triển bởi BBHH Games, và tính năng chính của nó là "YI Online: A new game based on the classic card game, UNO(R)!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YI Online
Tải xuống các tệp mở rộng YI Online dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | neeabclkacmbjgndcoboccebhbhogiea |
URL Chính Thức | https://chrome.google.com/webstore/detail/yi-online/neeabclkacmbjgndcoboccebhbhogiea |
Mô tả | YI Online: A new game based on the classic card game, UNO(R)! |
Kích Thước Tệp | 25.94 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2017-05-11 |
Ngày Phát Hành | 2017-05-11 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | BBHH Games |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |