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.」です。
拡張機能のスクリーンショット
UNO Online Game拡張機能のCRXファイルをダウンロード
UNO Online Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } |