Ultimate Guitar Favorites to Spotify
Easily export your Ultimate Guitar favorite songs to your Spotify
Что такое Ultimate Guitar Favorites to Spotify?
Ultimate Guitar Favorites to Spotify - это расширение Chrome, разработанное Antoine Mary, и его основная функция - "Easily export your Ultimate Guitar favorite songs to your Spotify".
Снимки экрана расширения
Скачать файл CRX расширения Ultimate Guitar Favorites to Spotify
Скачайте файлы расширений Ultimate Guitar Favorites to Spotify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
v1.6.8: 2021 Spring cleaning, sorry for the delay! You added a lot of tabs to your favorites on Ultimate Guitar and you wish you could practice them easily. Well you came to the right place! This extension will create a Spotify playlist containing all the songs from your favorites. Once this extension is installed, you'll only have to open your 'My Tabs' page and click on the guitar pick located on the left of the page. Enjoy it!
Основная информация о расширении
Название | |
ID | jhadlgfdcpedmbohiknkbnfmpiaccocl |
Официальный URL | https://chrome.google.com/webstore/detail/ultimate-guitar-favorites/jhadlgfdcpedmbohiknkbnfmpiaccocl |
Описание | Easily export your Ultimate Guitar favorite songs to your Spotify |
Размер файла | 386 KB |
Количество установок | 648 |
Текущая Версия | 1.6.8 |
Последнее Обновление | 2021-04-26 |
Дата публикации | 2020-05-17 |
Рейтинг | 3.73/5 Всего 11 оценок |
Разработчик | Antoine Mary |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/gyab/ultimate-guitar-favorites-to-spotify |
URL страницы помощи | https://github.com/gyab/ultimate-guitar-favorites-to-spotify |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.6.8", "icons": { "128": "icon128.png" }, "name": "Ultimate Guitar Favorites to Spotify", "description": "Easily export your Ultimate Guitar favorite songs to your Spotify", "content_scripts": [ { "matches": [ "https:\/\/www.ultimate-guitar.com\/user\/mytabs" ], "js": [ "app.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |