Spotify Desktop-ify

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

Wat is Spotify Desktop-ify?

Spotify Desktop-ify is een Chrome-extensie ontwikkeld door http://vazbloke.site, en de belangrijkste functie is "Open Spotify URIs/web player links in the desktop app every time".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Spotify Desktop-ify

Download Spotify Desktop-ify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 ]                    

Basisinformatie over de Extensie

Naam Spotify Desktop-ify Spotify Desktop-ify
ID fkfiaedcopkabchgncnaepbimnknjnah
Officiële URL https://chrome.google.com/webstore/detail/spotify-desktop-ify/fkfiaedcopkabchgncnaepbimnknjnah
Beschrijving Open Spotify URIs/web player links in the desktop app every time
Bestandsgrootte 16.37 KB
Aantal Installaties 834
Huidige Versie 1.1.4
Laatst Bijgewerkt 2021-11-12
Publicatiedatum 2020-09-29
Beoordeling 4.91/5 Totaal 11 Beoordelingen
Ontwikkelaar http://vazbloke.site
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vazbloke.site/
Ondersteunde Talen 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"
    }
}