Spotify URL Parser
Converts Spotify URLs into URIs and opens them in the Spotify app.
O que é Spotify URL Parser?
Spotify URL Parser é uma extensão do Chrome desenvolvida por Travis Straub, e sua principal característica é "Converts Spotify URLs into URIs and opens them in the Spotify app.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Spotify URL Parser
Baixe arquivos de extensão Spotify URL Parser 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
When you click on a Spotify link wherever it may be, it brings you to the Spotify website, and from there you have to click 4-5 separate times to get the link to open in the desktop app. This extension converts the Spotify URL to the Spotify URI and opens in Spotify automatically. The first time you run the extension, it will ask you where you want to open it, if you select "Spotify" and tell it not to ask you again, Spotify will open automatically when a link is clicked.
Informações Básicas da Extensão
Nome | Spotify URL Parser |
ID | ifanbdlamoiiaklibabmofmckkjgfmon |
URL Oficial | https://chromewebstore.google.com/detail/spotify-url-parser/ifanbdlamoiiaklibabmofmckkjgfmon |
Descrição | Converts Spotify URLs into URIs and opens them in the Spotify app. |
Tamanho do Arquivo | 10.6 KB |
Contagem de Instalações | 43 |
Versão Atual | 1.0 |
Última Atualização | 2020-02-02 |
Data de Publicação | 2020-02-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Travis Straub |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://tstraub.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotify URL Parser", "version": "1.0", "description": "Converts Spotify URLs into URIs and opens them in the Spotify app.", "icons": { "48": "icons\/sup48.png", "96": "icons\/sup96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.spotify.com\/*" ], "js": [ "SpotifyURLParser.js" ] } ] } |