UNO Online Game

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

What is UNO Online Game?

UNO Online Game is a Chrome extension developed by gamepluto.com, and its main feature is "UNO Online lets you play the popular Uno card game for free in your chrome browser. Created for UNO game fans.".

Extension Screenshots

screenshot

Download UNO Online Game Extension CRX File

Download UNO Online Game 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

                        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.                    

Extension Basic Information

Name UNO Online Game UNO Online Game
ID aoflkebfhdkcepjokahfiegljgmbpebk
Official URL https://chromewebstore.google.com/detail/uno-online-game/aoflkebfhdkcepjokahfiegljgmbpebk
Description UNO Online lets you play the popular Uno card game for free in your chrome browser. Created for UNO game fans.
File Size 6.72 MB
Installation Count 1,454
Current Version 12.14.2.1
Last Updated 2022-12-15
Publish Date 2022-12-14
Rating 5.00/5 Total 3 Ratings
Developer gamepluto.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://gamepluto.com/page/privacy-policy
Supported Languages 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"
}