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…
What is Can You Sing It??
Can You Sing It? is a Chrome extension developed by salvare00027, and its main feature is "By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…".
Extension Screenshots
Download Can You Sing It? Extension CRX File
Download Can You Sing It? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | illghohhhanckepblhapchfgfbmcmbbo |
Official URL | 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… |
File Size | 19.27 MB |
Installation Count | 262 |
Current Version | 1.0.1 |
Last Updated | 2020-03-05 |
Publish Date | 2020-03-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | salvare00027 |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |