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'est-ce que Can You Sing It? ?
Can You Sing It? est une extension Chrome développée par salvare00027, et sa fonction principale est "By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Can You Sing It?
Téléchargez les fichiers d'extension Can You Sing It? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | illghohhhanckepblhapchfgfbmcmbbo |
URL Officiel | https://chrome.google.com/webstore/detail/can-you-sing-it/illghohhhanckepblhapchfgfbmcmbbo |
Description | By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by… |
Taille du Fichier | 19.27 MB |
Nombre d'Installations | 262 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-03-05 |
Date de Publication | 2020-03-05 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | salvare00027 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |