Spotify Desktop-ify

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

What is Spotify Desktop-ify?

Spotify Desktop-ify is a Chrome extension developed by http://vazbloke.site, and its main feature is "Open Spotify URIs/web player links in the desktop app every time".

Extension Screenshots

screenshot

Download Spotify Desktop-ify Extension CRX File

Download Spotify Desktop-ify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 ]                    

Extension Basic Information

Name Spotify Desktop-ify Spotify Desktop-ify
ID fkfiaedcopkabchgncnaepbimnknjnah
Official URL https://chrome.google.com/webstore/detail/spotify-desktop-ify/fkfiaedcopkabchgncnaepbimnknjnah
Description Open Spotify URIs/web player links in the desktop app every time
File Size 16.37 KB
Installation Count 834
Current Version 1.1.4
Last Updated 2021-11-12
Publish Date 2020-09-29
Rating 4.91/5 Total 11 Ratings
Developer http://vazbloke.site
Email [email protected]
Payment Type free
Extension Website https://vazbloke.site/
Supported Languages 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"
    }
}