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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |