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…

Cos'è Can You Sing It??

Can You Sing It? è un'estensione di Chrome sviluppata da salvare00027, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Can You Sing It?

Scarica i file di estensione Can You Sing It? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Can You Sing It? Can You Sing It?
ID illghohhhanckepblhapchfgfbmcmbbo
URL Ufficiale https://chrome.google.com/webstore/detail/can-you-sing-it/illghohhhanckepblhapchfgfbmcmbbo
Descrizione By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…
Dimensione del File 19.27 MB
Conteggio Installazioni 262
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-03-05
Data di Pubblicazione 2020-03-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore salvare00027
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}