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…

Co je Can You Sing It??

Can You Sing It? je rozšíření Chrome vyvinuté salvare00027, a jeho hlavní funkcí je „By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Can You Sing It?

Stáhněte si soubory rozšíření Can You Sing It? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Can You Sing It? Can You Sing It?
ID illghohhhanckepblhapchfgfbmcmbbo
Oficiální URL https://chrome.google.com/webstore/detail/can-you-sing-it/illghohhhanckepblhapchfgfbmcmbbo
Popis By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…
Velikost souboru 19.27 MB
Počet instalací 262
Aktuální Verze 1.0.1
Poslední Aktualizace 2020-03-05
Datum Vydání 2020-03-05
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář salvare00027
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}