Chrylics
This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio
Что такое Chrylics?
Chrylics - это расширение Chrome, разработанное ofekp, и его основная функция - "This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio".
Снимки экрана расширения
Скачать файл CRX расширения Chrylics
Скачайте файлы расширений Chrylics в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will allow you to instantly view the lyrics of the currently played song in the following sites:
1. YouTube
2. TuneIn Radio
In addition, you can now select a song name and artist in any tab and then just press the extension icon.
Note:
The extension is currently using the site www.azlyrics.com to retrieve the lyrics.
GitHub:
You can contribute to this extension in GitHub from the following link -
https://github.com/ofekp/chrylics
Enjoy!
Change Log:
1.5.1
--
1. AZ lyrics moved to https
1. Youtube notification number indicator is now removed from the search query
1. Few bugs resolved Основная информация о расширении
| Название | |
| ID | jejnlhnacbkgpemmccfijojjdhebbbob |
| Официальный URL | https://chromewebstore.google.com/detail/chrylics/jejnlhnacbkgpemmccfijojjdhebbbob |
| Описание | This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio |
| Размер файла | 141 KB |
| Количество установок | 365 |
| Текущая Версия | 1.5.1 |
| Последнее Обновление | 2017-08-27 |
| Дата публикации | 2017-08-27 |
| Рейтинг | 4.50/5 Всего 10 оценок |
| Разработчик | ofekp |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/ofekp/chrylics |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrylics",
"description": "This extension shows the lyrics for the currently played song in YouTube\/TuneIn Radio",
"version": "1.5.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Show Lyrics"
},
"permissions": [
"http:\/\/www.azlyrics.com\/",
"https:\/\/www.azlyrics.com\/",
"activeTab",
"tabs",
"storage",
"https:\/\/www.googleapis.com\/"
]
} | |