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.”。

擴展截圖

screenshot

下載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 Redirect for Spotify
ID ljhalgddlebknpbdkgodfkamemjombpp
官方網址 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"
    ]
}