Instant Mii Music

Why Not

Instant Mii Musicคืออะไร?

Instant Mii Music เป็นส่วนขยายของ Chrome ที่พัฒนาโดย monster official products และคุณลักษณะหลักของมันคือ "Why Not"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant Mii Music

ดาวน์โหลดไฟล์ส่วนขยาย Instant Mii Music ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is for the memers out there who enjoy the Mii theme.                    

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

ชื่อ Instant Mii Music Instant Mii Music
ID epebmipapbkicjpjkokcmpncdjdpjidi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instant-mii-music/epebmipapbkicjpjkokcmpncdjdpjidi
คำอธิบาย Why Not
ขนาดไฟล์ 2.05 MB
จำนวนการติดตั้ง 1,533
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2019-04-20
วันที่เผยแพร่ 2019-04-19
คะแนน 4.62/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา monster official products
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Why Not",
    "manifest_version": 2,
    "name": "Instant Mii Music",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/Wii-Console.png"
    },
    "version": "1.3"
}