Ubisoft Nano

Play Ubisoft games with your friends!

Ubisoft Nanoคืออะไร?

Ubisoft Nano เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ubisoft Nano และคุณลักษณะหลักของมันคือ "Play Ubisoft games with your friends!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ubisoft Nano

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ubisoft Nano Ubisoft Nano
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
    }
}