Ubisoft Nano
Play Ubisoft games with your friends!
Was ist Ubisoft Nano?
Ubisoft Nano ist eine Chrome-Erweiterung, die von Ubisoft Nano entwickelt wurde, und ihr Hauptmerkmal ist "Play Ubisoft games with your friends!".
Erweiterungsscreenshots
Ubisoft Nano-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ubisoft Nano-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Dive into Ubisoft worlds and play Instant Party games for free! Invite and challenge your friends in casual & hilarious games! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | llkioijcooldecejjhhkadhnlaiohaii |
| Offizielle URL | https://chromewebstore.google.com/detail/ubisoft-nano/llkioijcooldecejjhhkadhnlaiohaii |
| Beschreibung | Play Ubisoft games with your friends! |
| Dateigröße | 33.55 KB |
| Installationsanzahl | 49 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2021-12-31 |
| Veröffentlichungsdatum | 2021-12-30 |
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
| Entwickler | Ubisoft Nano |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://nano.ubisoft.com/ |
| Unterstützte Sprachen | 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
}
} | |