Redirect for Spotify
Redirects open.spotify.com links to your desktop application.
Co to jest Redirect for Spotify?
Redirect for Spotify to rozszerzenie Chrome opracowane przez kobelobster, a jego główną funkcją jest „Redirects open.spotify.com links to your desktop application.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Redirect for Spotify
Pobierz pliki rozszerzeń Redirect for Spotify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ljhalgddlebknpbdkgodfkamemjombpp |
| Oficjalny URL | https://chromewebstore.google.com/detail/redirect-for-spotify/ljhalgddlebknpbdkgodfkamemjombpp |
| Opis | Redirects open.spotify.com links to your desktop application. |
| Rozmiar pliku | 5.78 KB |
| Liczba instalacji | 448 |
| Aktualna Wersja | 0.2.0 |
| Ostatnia Aktualizacja | 2020-04-12 |
| Data Publikacji | 2020-04-12 |
| Ocena | 4.25/5 Łącznie 8 Oceny |
| Deweloper | kobelobster |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |