Ubisoft Nano

Play Ubisoft games with your friends!

Apa itu Ubisoft Nano?

Ubisoft Nano adalah ekstensi Chrome yang dikembangkan oleh Ubisoft Nano, dan fitur utamanya adalah "Play Ubisoft games with your friends!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ubisoft Nano

Unduh file ekstensi Ubisoft Nano dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Ubisoft Nano Ubisoft Nano
ID llkioijcooldecejjhhkadhnlaiohaii
URL Resmi https://chromewebstore.google.com/detail/ubisoft-nano/llkioijcooldecejjhhkadhnlaiohaii
Deskripsi Play Ubisoft games with your friends!
Ukuran File 33.55 KB
Jumlah Instalasi 49
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-12-31
Tanggal Publikasi 2021-12-30
Penilaian 5.00/5 Total 6 Penilaian
Pengembang Ubisoft Nano
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nano.ubisoft.com/
Bahasa yang Didukung 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
    }
}