YI Online

YI Online: A new game based on the classic card game, UNO(R)!

Wat is YI Online?

YI Online is een Chrome-extensie ontwikkeld door BBHH Games, en de belangrijkste functie is "YI Online: A new game based on the classic card game, UNO(R)!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YI Online

Download YI Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam YI Online YI Online
ID neeabclkacmbjgndcoboccebhbhogiea
Officiële URL https://chrome.google.com/webstore/detail/yi-online/neeabclkacmbjgndcoboccebhbhogiea
Beschrijving YI Online: A new game based on the classic card game, UNO(R)!
Bestandsgrootte 25.94 KB
Aantal Installaties 17
Huidige Versie 0.0.5
Laatst Bijgewerkt 2017-05-11
Publicatiedatum 2017-05-11
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar BBHH Games
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}