Spotify Open In App
Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application
O que é Spotify Open In App?
Spotify Open In App é uma extensão do Chrome desenvolvida por kampfkeksgeschwader11, e sua principal característica é "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application".
Baixar o arquivo CRX da Extensão Spotify Open In App
Baixe arquivos de extensão Spotify Open In App 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
You are sick of Spotify links opening in the web player? We have the solution!
Informações Básicas da Extensão
Nome | |
ID | djbmbhjjincdlckokbmdalcnflihkjpa |
URL Oficial | https://chrome.google.com/webstore/detail/spotify-open-in-app/djbmbhjjincdlckokbmdalcnflihkjpa |
Descrição | Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application |
Tamanho do Arquivo | 8.44 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 0.21 |
Última Atualização | 2018-07-30 |
Data de Publicação | 2018-07-30 |
Classificação | 4.63/5 Total de 8 Avaliações |
Desenvolvedor | kampfkeksgeschwader11 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://kampfkeksgeschwader.wixsite.com/spotifyopeninapp |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Open In App", "version": "0.21", "description": "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application", "manifest_version": 2, "icons": { "16": "SpotifyOpenInApp16.png", "48": "SpotifyOpenInApp48.png", "128": "SpotifyOpenInApp128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |