Ultimate Guitar Favorites to Spotify
Easily export your Ultimate Guitar favorite songs to your Spotify
¿Qué es Ultimate Guitar Favorites to Spotify?
Ultimate Guitar Favorites to Spotify es una extensión de Chrome desarrollada por Antoine Mary, y su función principal es "Easily export your Ultimate Guitar favorite songs to your Spotify".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ultimate Guitar Favorites to Spotify
Descarga archivos de extensión Ultimate Guitar Favorites to Spotify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | jhadlgfdcpedmbohiknkbnfmpiaccocl |
URL Oficial | https://chrome.google.com/webstore/detail/ultimate-guitar-favorites/jhadlgfdcpedmbohiknkbnfmpiaccocl |
Descripción | Easily export your Ultimate Guitar favorite songs to your Spotify |
Tamaño del Archivo | 386 KB |
Cantidad de Instalaciones | 648 |
Versión Actual | 1.6.8 |
Última Actualización | 2021-04-26 |
Fecha de Publicación | 2020-05-17 |
Calificación | 3.73/5 Total de 11 Calificaciones |
Desarrollador | Antoine Mary |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/gyab/ultimate-guitar-favorites-to-spotify |
URL de la Página de Ayuda | https://github.com/gyab/ultimate-guitar-favorites-to-spotify |
Idiomas Soportados | 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" ] } |