Spotify Desktop-ify

Open Spotify URIs/web player links in the desktop app every time

Cos'è Spotify Desktop-ify?

Spotify Desktop-ify è un'estensione di Chrome sviluppata da http://vazbloke.site, e la sua funzione principale è "Open Spotify URIs/web player links in the desktop app every time".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Spotify Desktop-ify

Scarica i file di estensione Spotify Desktop-ify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 ]                    

Informazioni di Base sull'Estensione

Nome Spotify Desktop-ify Spotify Desktop-ify
ID fkfiaedcopkabchgncnaepbimnknjnah
URL Ufficiale https://chrome.google.com/webstore/detail/spotify-desktop-ify/fkfiaedcopkabchgncnaepbimnknjnah
Descrizione Open Spotify URIs/web player links in the desktop app every time
Dimensione del File 16.37 KB
Conteggio Installazioni 834
Versione Corrente 1.1.4
Ultimo Aggiornamento 2021-11-12
Data di Pubblicazione 2020-09-29
Valutazione 4.91/5 Totale 11 Valutazioni
Sviluppatore http://vazbloke.site
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://vazbloke.site/
Lingue Supportate 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"
    }
}