Spotify Desktop-ify

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

Was ist Spotify Desktop-ify?

Spotify Desktop-ify ist eine Chrome-Erweiterung, die von http://vazbloke.site entwickelt wurde, und ihr Hauptmerkmal ist "Open Spotify URIs/web player links in the desktop app every time".

Erweiterungsscreenshots

screenshot

Spotify Desktop-ify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spotify Desktop-ify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 ]                    

Grundlegende Informationen zur Erweiterung

Name Spotify Desktop-ify Spotify Desktop-ify
ID fkfiaedcopkabchgncnaepbimnknjnah
Offizielle URL https://chrome.google.com/webstore/detail/spotify-desktop-ify/fkfiaedcopkabchgncnaepbimnknjnah
Beschreibung Open Spotify URIs/web player links in the desktop app every time
Dateigröße 16.37 KB
Installationsanzahl 834
Aktuelle Version 1.1.4
Letztes Update 2021-11-12
Veröffentlichungsdatum 2020-09-29
Bewertung 4.91/5 Insgesamt 11 Bewertungen
Entwickler http://vazbloke.site
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vazbloke.site/
Unterstützte Sprachen 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"
    }
}