Inferhythm
Get Genius lyrics for the track that's currently being played on Spotify.
Что такое Inferhythm?
Inferhythm - это расширение Chrome, разработанное Inferhythm, и его основная функция - "Get Genius lyrics for the track that's currently being played on Spotify.".
Снимки экрана расширения
Скачать файл CRX расширения Inferhythm
Скачайте файлы расширений Inferhythm в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Inferhythm helps you find the Genius page for the track you're listening to on Spotify. Within a couple of clicks, you can find the meaning behind the lyrics without having to type out what you're looking for on Genius or Google. Основная информация о расширении
| Название | |
| ID | oonjmhckklmpaepklgfjlipaoicfcfid |
| Официальный URL | https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid |
| Описание | Get Genius lyrics for the track that's currently being played on Spotify. |
| Размер файла | 321 KB |
| Количество установок | 38 |
| Текущая Версия | 1.0.3 |
| Последнее Обновление | 2020-05-10 |
| Дата публикации | 2020-05-09 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | Inferhythm |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Inferhythm",
"version": "1.0.3",
"description": "Get Genius lyrics for the track that's currently being played on Spotify.",
"permissions": [
"identity",
"cookies",
"https:\/\/accounts.spotify.com\/api\/token",
"https:\/\/api.genius.com\/search"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |