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…

¿Qué es Can You Sing It??

Can You Sing It? es una extensión de Chrome desarrollada por salvare00027, y su función principal es "By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Can You Sing It?

Descarga archivos de extensión Can You Sing It? en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Can You Sing It? Can You Sing It?
ID illghohhhanckepblhapchfgfbmcmbbo
URL Oficial https://chrome.google.com/webstore/detail/can-you-sing-it/illghohhhanckepblhapchfgfbmcmbbo
Descripción By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…
Tamaño del Archivo 19.27 MB
Cantidad de Instalaciones 262
Versión Actual 1.0.1
Última Actualización 2020-03-05
Fecha de Publicación 2020-03-05
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador salvare00027
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}