YI Online
YI Online: A new game based on the classic card game, UNO(R)!
什麼是YI Online?
YI Online是由BBHH Games開發的Chrome擴展程式,該擴展的主要功能是“YI Online: A new game based on the classic card game, UNO(R)!”。
擴展截圖
下載YI Online擴展crx文件
下載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!
擴展基本資訊
名稱 | |
ID | neeabclkacmbjgndcoboccebhbhogiea |
官方網址 | 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" ] } |