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? - это расширение Chrome, разработанное salvare00027, и его основная функция - "By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…".
Снимки экрана расширения
Скачать файл CRX расширения Can You Sing It?
Скачайте файлы расширений 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 |
Электронная почта | [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'" } |