Redirect for Spotify
Redirects open.spotify.com links to your desktop application.
Was ist Redirect for Spotify?
Redirect for Spotify ist eine Chrome-Erweiterung, die von kobelobster entwickelt wurde, und ihr Hauptmerkmal ist "Redirects open.spotify.com links to your desktop application.".
Erweiterungsscreenshots
Redirect for Spotify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Redirect for Spotify-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 is just a first version for Spotify.
It supports redirecting links from open.spotify.com to your desktop app if they are
* an album
* a playllist
* a podcast
* a user
* an artist
* a song
Currently not supported is:
* Error handling
* Opening links while navigating spotify web ui. Currently requires reload of page
------
Licensing
Icon copyright by PINPOINT.WORLD from https://www.iconfinder.com/icons/4418005/redirect_refocuse_reorientate_repurpose_reroute_shift_switch_icon under license https://creativecommons.org/licenses/by/3.0/
Icon is taken from here https://www.iconfinder.com/icons/4418005/redirect_refocuse_reorientate_repurpose_reroute_shift_switch_icon using Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ljhalgddlebknpbdkgodfkamemjombpp |
| Offizielle URL | https://chromewebstore.google.com/detail/redirect-for-spotify/ljhalgddlebknpbdkgodfkamemjombpp |
| Beschreibung | Redirects open.spotify.com links to your desktop application. |
| Dateigröße | 5.78 KB |
| Installationsanzahl | 448 |
| Aktuelle Version | 0.2.0 |
| Letztes Update | 2020-04-12 |
| Veröffentlichungsdatum | 2020-04-12 |
| Bewertung | 4.25/5 Insgesamt 8 Bewertungen |
| Entwickler | kobelobster |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Redirect for Spotify",
"version": "0.2.0",
"description": "Redirects open.spotify.com links to your desktop application.",
"icons": {
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/open.spotify.com\/*"
],
"js": [
"redirect.js"
]
}
],
"permissions": [
"webNavigation"
]
} | |