Spotify Desktop-ify
Open Spotify URIs/web player links in the desktop app every time
O que é Spotify Desktop-ify?
Spotify Desktop-ify é uma extensão do Chrome desenvolvida por http://vazbloke.site, e sua principal característica é "Open Spotify URIs/web player links in the desktop app every time".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Spotify Desktop-ify
Baixe arquivos de extensão Spotify Desktop-ify 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 redirects Spotify content links to the Desktop app. Click on any song/playlist link to test - Doesn't navigate away from the current page - Auto-closes if opened in a new tab - Doesn’t autoplay and interrupt your music - Supports all content types (songs, playlists, concerts, podcasts, users…) - Can still use open.spotify.com - only redirects direct content link-clicks - Strips tracking ID in the link - for better privacy Open source at [ https://github.com/vazbloke/spotify-desktop-ify ]
Informações Básicas da Extensão
Nome | |
ID | fkfiaedcopkabchgncnaepbimnknjnah |
URL Oficial | https://chrome.google.com/webstore/detail/spotify-desktop-ify/fkfiaedcopkabchgncnaepbimnknjnah |
Descrição | Open Spotify URIs/web player links in the desktop app every time |
Tamanho do Arquivo | 16.37 KB |
Contagem de Instalações | 834 |
Versão Atual | 1.1.4 |
Última Atualização | 2021-11-12 |
Data de Publicação | 2020-09-29 |
Classificação | 4.91/5 Total de 11 Avaliações |
Desenvolvedor | http://vazbloke.site |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://vazbloke.site/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Desktop-ify", "description": "Open Spotify URIs\/web player links in the desktop app every time", "version": "1.1.4", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/open.spotify.com\/*" ], "icons": { "16": "sd-ify-16.png", "48": "sd-ify-48.png", "128": "sd-ify-128.png" } } |