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 |
| Eメール | [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
}
} | |