YI Online
YI Online: A new game based on the classic card game, UNO(R)!
What is YI Online?
YI Online is a Chrome extension developed by BBHH Games, and its main feature is "YI Online: A new game based on the classic card game, UNO(R)!".
Extension Screenshots
Download YI Online Extension CRX File
Download YI Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | neeabclkacmbjgndcoboccebhbhogiea |
Official URL | https://chrome.google.com/webstore/detail/yi-online/neeabclkacmbjgndcoboccebhbhogiea |
Description | YI Online: A new game based on the classic card game, UNO(R)! |
File Size | 25.94 KB |
Installation Count | 17 |
Current Version | 0.0.5 |
Last Updated | 2017-05-11 |
Publish Date | 2017-05-11 |
Rating | 1.00/5 Total 1 Ratings |
Developer | BBHH Games |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |