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…
Was ist Can You Sing It??
Can You Sing It? ist eine Chrome-Erweiterung, die von salvare00027 entwickelt wurde, und ihr Hauptmerkmal ist "By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…".
Erweiterungsscreenshots
Can You Sing It?-Erweiterungs-CRX-Datei herunterladen
Laden Sie Can You Sing It?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | illghohhhanckepblhapchfgfbmcmbbo |
Offizielle URL | https://chrome.google.com/webstore/detail/can-you-sing-it/illghohhhanckepblhapchfgfbmcmbbo |
Beschreibung | By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by… |
Dateigröße | 19.27 MB |
Installationsanzahl | 262 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-03-05 |
Veröffentlichungsdatum | 2020-03-05 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | salvare00027 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |