UNO Online Game

UNO Online lets you play the popular Uno card game for free in your chrome browser. Created for UNO game fans.

Cos'è UNO Online Game?

UNO Online Game è un'estensione di Chrome sviluppata da gamepluto.com, e la sua funzione principale è "UNO Online lets you play the popular Uno card game for free in your chrome browser. Created for UNO game fans.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UNO Online Game

Scarica i file di estensione UNO Online Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        How to Play UNO Online

You may use a variety of tactics to increase your chances of succeeding in this Uno game for groups of players. The key idea is to discard all of your cards before anybody else.                    

Informazioni di Base sull'Estensione

Nome UNO Online Game UNO Online Game
ID aoflkebfhdkcepjokahfiegljgmbpebk
URL Ufficiale https://chromewebstore.google.com/detail/uno-online-game/aoflkebfhdkcepjokahfiegljgmbpebk
Descrizione UNO Online lets you play the popular Uno card game for free in your chrome browser. Created for UNO game fans.
Dimensione del File 6.72 MB
Conteggio Installazioni 1,454
Versione Corrente 12.14.2.1
Ultimo Aggiornamento 2022-12-15
Data di Pubblicazione 2022-12-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore gamepluto.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://gamepluto.com/page/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "sandbox": {
        "pages": [
            "uno_source\/index.html"
        ]
    },
    "version": "12.14.2.1"
}