UNO Online Game

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

UNO Online Game란 무엇입니까?

UNO Online Game은(는) gamepluto.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UNO Online lets you play the popular Uno card game for free in your chrome browser. Created for UNO game fans."입니다.

확장 프로그램 스크린샷

screenshot

UNO Online Game 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 UNO Online Game UNO Online Game
ID aoflkebfhdkcepjokahfiegljgmbpebk
공식 URL https://chromewebstore.google.com/detail/uno-online-game/aoflkebfhdkcepjokahfiegljgmbpebk
설명 UNO Online lets you play the popular Uno card game for free in your chrome browser. Created for UNO game fans.
파일 크기 6.72 MB
설치 횟수 1,454
현재 버전 12.14.2.1
최근 업데이트 2022-12-15
출시 날짜 2022-12-14
평점 5.00/5 총 3 개의 평점
개발자 gamepluto.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://gamepluto.com/page/privacy-policy
지원되는 언어 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"
}