Ubisoft Nano

Play Ubisoft games with your friends!

Qu'est-ce que Ubisoft Nano ?

Ubisoft Nano est une extension Chrome développée par Ubisoft Nano, et sa fonction principale est "Play Ubisoft games with your friends!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ubisoft Nano

Téléchargez les fichiers d'extension Ubisoft Nano au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Dive into Ubisoft worlds and play Instant Party games for free! Invite and challenge your friends in casual & hilarious games!                    

Informations de Base sur l'Extension

Nom Ubisoft Nano Ubisoft Nano
ID llkioijcooldecejjhhkadhnlaiohaii
URL Officiel https://chromewebstore.google.com/detail/ubisoft-nano/llkioijcooldecejjhhkadhnlaiohaii
Description Play Ubisoft games with your friends!
Taille du Fichier 33.55 KB
Nombre d'Installations 49
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-12-31
Date de Publication 2021-12-30
Évaluation 5.00/5 Total 6 Évaluations
Développeur Ubisoft Nano
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nano.ubisoft.com/
Langues Prises en Charge 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
    }
}