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 |
公式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 |
Eメール | [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" ] } |