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 |
电子邮箱 | [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" } |