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 |
官方網址 | 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" } |