Redirect for Spotify
Redirects open.spotify.com links to your desktop application.
O que é Redirect for Spotify?
Redirect for Spotify é uma extensão do Chrome desenvolvida por kobelobster, e sua principal característica é "Redirects open.spotify.com links to your desktop application.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Redirect for Spotify
Baixe arquivos de extensão Redirect for Spotify 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
This is just a first version for Spotify. It supports redirecting links from open.spotify.com to your desktop app if they are * an album * a playllist * a podcast * a user * an artist * a song Currently not supported is: * Error handling * Opening links while navigating spotify web ui. Currently requires reload of page ------ Licensing Icon copyright by PINPOINT.WORLD from https://www.iconfinder.com/icons/4418005/redirect_refocuse_reorientate_repurpose_reroute_shift_switch_icon under license https://creativecommons.org/licenses/by/3.0/ Icon is taken from here https://www.iconfinder.com/icons/4418005/redirect_refocuse_reorientate_repurpose_reroute_shift_switch_icon using
Informações Básicas da Extensão
Nome | Redirect for Spotify |
ID | ljhalgddlebknpbdkgodfkamemjombpp |
URL Oficial | https://chromewebstore.google.com/detail/redirect-for-spotify/ljhalgddlebknpbdkgodfkamemjombpp |
Descrição | Redirects open.spotify.com links to your desktop application. |
Tamanho do Arquivo | 5.78 KB |
Contagem de Instalações | 448 |
Versão Atual | 0.2.0 |
Última Atualização | 2020-04-12 |
Data de Publicação | 2020-04-12 |
Classificação | 4.25/5 Total de 8 Avaliações |
Desenvolvedor | kobelobster |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redirect for Spotify", "version": "0.2.0", "description": "Redirects open.spotify.com links to your desktop application.", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/open.spotify.com\/*" ], "js": [ "redirect.js" ] } ], "permissions": [ "webNavigation" ] } |