Ubisoft Nano
Play Ubisoft games with your friends!
什么是Ubisoft Nano?
Ubisoft Nano是由Ubisoft Nano开发的Chrome扩展程序,该扩展的主要功能是“Play Ubisoft games with your friends!”。
扩展截图
下载Ubisoft Nano扩展crx文件
下载Ubisoft Nano扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dive into Ubisoft worlds and play Instant Party games for free! Invite and challenge your friends in casual & hilarious games! 扩展基本信息
| 名称 | |
| ID | llkioijcooldecejjhhkadhnlaiohaii |
| 官方URL | https://chromewebstore.google.com/detail/ubisoft-nano/llkioijcooldecejjhhkadhnlaiohaii |
| 简介 | Play Ubisoft games with your friends! |
| 文件大小 | 33.55 KB |
| 安装次数 | 49 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-12-31 |
| 上架时间 | 2021-12-30 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | Ubisoft Nano |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://nano.ubisoft.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ubisoft Nano",
"description": "Play Ubisoft games with your friends!",
"version": "1.0.0",
"icons": {
"128": "logo.png"
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "logo.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |