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? là gì?
Can You Sing It? là một tiện ích mở rộng Chrome được phát triển bởi salvare00027, và tính năng chính của nó là "By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Can You Sing It?
Tải xuống các tệp mở rộng Can You Sing It? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | illghohhhanckepblhapchfgfbmcmbbo |
URL Chính Thức | https://chrome.google.com/webstore/detail/can-you-sing-it/illghohhhanckepblhapchfgfbmcmbbo |
Mô tả | By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by… |
Kích Thước Tệp | 19.27 MB |
Số Lần Cài Đặt | 262 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-03-05 |
Ngày Phát Hành | 2020-03-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | salvare00027 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |