Redirect for Spotify
Redirects open.spotify.com links to your desktop application.
什么是Redirect for Spotify?
Redirect for Spotify是由kobelobster开发的Chrome扩展程序,该扩展的主要功能是“Redirects open.spotify.com links to your desktop application.”。
扩展截图
下载Redirect for Spotify扩展crx文件
下载Redirect for Spotify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Redirect for Spotify |
ID | ljhalgddlebknpbdkgodfkamemjombpp |
官方URL | https://chromewebstore.google.com/detail/redirect-for-spotify/ljhalgddlebknpbdkgodfkamemjombpp |
简介 | Redirects open.spotify.com links to your desktop application. |
文件大小 | 5.78 KB |
安装次数 | 448 |
当前版本 | 0.2.0 |
更新时间 | 2020-04-12 |
上架时间 | 2020-04-12 |
评分 | 4.25/5 共8次评分 |
开发者 | kobelobster |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |