Can You Sing It?

By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…

Can You Sing It?คืออะไร?

Can You Sing It? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย salvare00027 และคุณลักษณะหลักของมันคือ "By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Can You Sing It?

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

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

                        By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. 

And also by checking or writing your own comment of song, you can share the difficulty of song you think with other people.

If you have ever thought like "Can I sing this song?", then this is the best app for you!                    

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

ชื่อ Can You Sing It? Can You Sing It?
ID illghohhhanckepblhapchfgfbmcmbbo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/can-you-sing-it/illghohhhanckepblhapchfgfbmcmbbo
คำอธิบาย By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…
ขนาดไฟล์ 19.27 MB
จำนวนการติดตั้ง 262
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-03-05
วันที่เผยแพร่ 2020-03-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา salvare00027
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Can You Sing It?",
    "version": "1.0.1",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Can You Sing It?"
    },
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "tabCapture",
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'sha256-7ltyGuvUvUHfZoujuANRxeCXni9jciuAZu3yp5PSsjI='; object-src 'self'"
}