Redirect for Spotify
Redirects open.spotify.com links to your desktop application.
Qu'est-ce que Redirect for Spotify ?
Redirect for Spotify est une extension Chrome développée par kobelobster, et sa fonction principale est "Redirects open.spotify.com links to your desktop application.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Redirect for Spotify
Téléchargez les fichiers d'extension Redirect for Spotify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Redirect for Spotify |
ID | ljhalgddlebknpbdkgodfkamemjombpp |
URL Officiel | https://chromewebstore.google.com/detail/redirect-for-spotify/ljhalgddlebknpbdkgodfkamemjombpp |
Description | Redirects open.spotify.com links to your desktop application. |
Taille du Fichier | 5.78 KB |
Nombre d'Installations | 448 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2020-04-12 |
Date de Publication | 2020-04-12 |
Évaluation | 4.25/5 Total 8 Évaluations |
Développeur | kobelobster |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |