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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}