UG Companion
Tab finder based on your current Spotify track.
O que é UG Companion?
UG Companion é uma extensão do Chrome desenvolvida por https://madya121.com, e sua principal característica é "Tab finder based on your current Spotify track.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UG Companion
Baixe arquivos de extensão UG Companion no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Find the Ultimate Guitar Tab / Chord based on your current track on Spotify with one click of a button. After the plugin is installed. 1. Go to the Ultimate Guitar site, you can see the green Spotify icon at the lower right corner like in the picture. 2. Once you clicked it, you'll redirected to the Spotify log-in page 3. After you're done logging in, you'll see the icon changed into the UG-Spotify fusion icon. Then when you play any song on the Spotify, you can click the icon, and the tool will take you to the top search result of song (if it exists). Note: This only works best for the pro user, because It chooses the first tab on the search list so that it might be the official one.
Informações Básicas da Extensão
Nome | UG Companion |
ID | ldkmmmfpblieacifbnbjigfaccgfliej |
URL Oficial | https://chromewebstore.google.com/detail/ug-companion/ldkmmmfpblieacifbnbjigfaccgfliej |
Descrição | Tab finder based on your current Spotify track. |
Tamanho do Arquivo | 270 KB |
Contagem de Instalações | 172 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-09-22 |
Data de Publicação | 2020-09-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://madya121.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/madya121/ug-spotify-connector |
URL da Página de Ajuda | https://github.com/madya121/ug-spotify-connector |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UG Companion", "version": "1.0.0", "manifest_version": 2, "description": "Tab finder based on your current Spotify track.", "homepage_url": "https:\/\/github.com\/madya121\/ug-spotify-connector", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.ultimate-guitar.com\/*" ], "js": [ "src\/content_scripts\/jquery.js", "src\/content_scripts\/ug.js" ] } ], "options_page": "src\/options\/index.html", "permissions": [ "storage", "https:\/\/*.ultimate-guitar.com\/*" ] } |