Spotify Open In App
Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application
Was ist Spotify Open In App?
Spotify Open In App ist eine Chrome-Erweiterung, die von kampfkeksgeschwader11 entwickelt wurde, und ihr Hauptmerkmal ist "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application".
Spotify Open In App-Erweiterungs-CRX-Datei herunterladen
Laden Sie Spotify Open In App-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
You are sick of Spotify links opening in the web player? We have the solution!
Grundlegende Informationen zur Erweiterung
Name | |
ID | djbmbhjjincdlckokbmdalcnflihkjpa |
Offizielle URL | https://chrome.google.com/webstore/detail/spotify-open-in-app/djbmbhjjincdlckokbmdalcnflihkjpa |
Beschreibung | Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application |
Dateigröße | 8.44 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 0.21 |
Letztes Update | 2018-07-30 |
Veröffentlichungsdatum | 2018-07-30 |
Bewertung | 4.63/5 Insgesamt 8 Bewertungen |
Entwickler | kampfkeksgeschwader11 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://kampfkeksgeschwader.wixsite.com/spotifyopeninapp |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Open In App", "version": "0.21", "description": "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application", "manifest_version": 2, "icons": { "16": "SpotifyOpenInApp16.png", "48": "SpotifyOpenInApp48.png", "128": "SpotifyOpenInApp128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |