YI Online
YI Online: A new game based on the classic card game, UNO(R)!
Vad är YI Online?
YI Online är en Chrome-tillägg utvecklad av BBHH Games, och dess huvudfunktion är "YI Online: A new game based on the classic card game, UNO(R)!".
Tilläggsskärmbilder
Ladda ner YI Online-förlängningens CRX-fil
Ladda ner YI Online-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | neeabclkacmbjgndcoboccebhbhogiea |
| Officiell webbadress | https://chrome.google.com/webstore/detail/yi-online/neeabclkacmbjgndcoboccebhbhogiea |
| Beskrivning | YI Online: A new game based on the classic card game, UNO(R)! |
| Filstorlek | 25.94 KB |
| Antal Installationer | 17 |
| Aktuell Version | 0.0.5 |
| Senast Uppdaterad | 2017-05-11 |
| Publiceringsdatum | 2017-05-11 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | BBHH Games |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |