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…
Can You Sing It?とは何ですか?
Can You Sing It?はsalvare00027によって開発されたChromeの拡張機能で、その主な機能は「By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…」です。
拡張機能のスクリーンショット
Can You Sing It?拡張機能のCRXファイルをダウンロード
Can You Sing It?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
ID | illghohhhanckepblhapchfgfbmcmbbo |
公式URL | https://chrome.google.com/webstore/detail/can-you-sing-it/illghohhhanckepblhapchfgfbmcmbbo |
説明 | By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by… |
ファイルサイズ | 19.27 MB |
インストール数 | 262 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-03-05 |
公開日 | 2020-03-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | salvare00027 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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'" } |