Redirect for Spotify
Redirects open.spotify.com links to your desktop application.
Co je Redirect for Spotify?
Redirect for Spotify je rozšíření Chrome vyvinuté kobelobster, a jeho hlavní funkcí je „Redirects open.spotify.com links to your desktop application.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Redirect for Spotify
Stáhněte si soubory rozšíření Redirect for Spotify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Redirect for Spotify |
ID | ljhalgddlebknpbdkgodfkamemjombpp |
Oficiální URL | https://chromewebstore.google.com/detail/redirect-for-spotify/ljhalgddlebknpbdkgodfkamemjombpp |
Popis | Redirects open.spotify.com links to your desktop application. |
Velikost souboru | 5.78 KB |
Počet instalací | 448 |
Aktuální Verze | 0.2.0 |
Poslední Aktualizace | 2020-04-12 |
Datum Vydání | 2020-04-12 |
Hodnocení | 4.25/5 Celkem 8 Hodnocení |
Vývojář | kobelobster |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |