Spotify Desktop-ify

Open Spotify URIs/web player links in the desktop app every time

什么是Spotify Desktop-ify?

Spotify Desktop-ify是由http://vazbloke.site开发的Chrome扩展程序,该扩展的主要功能是“Open Spotify URIs/web player links in the desktop app every time”。

扩展截图

screenshot

下载Spotify Desktop-ify扩展crx文件

下载Spotify Desktop-ify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This redirects Spotify content links to the Desktop app. Click on any song/playlist link to test

- Doesn't navigate away from the current page
- Auto-closes if opened in a new tab
- Doesn’t autoplay and interrupt your music
- Supports all content types (songs, playlists, concerts, podcasts, users…)
- Can still use open.spotify.com - only redirects direct content link-clicks
- Strips tracking ID in the link - for better privacy

Open source at [ https://github.com/vazbloke/spotify-desktop-ify ]                    

扩展基本信息

名称 Spotify Desktop-ify Spotify Desktop-ify
ID fkfiaedcopkabchgncnaepbimnknjnah
官方URL https://chrome.google.com/webstore/detail/spotify-desktop-ify/fkfiaedcopkabchgncnaepbimnknjnah
简介 Open Spotify URIs/web player links in the desktop app every time
文件大小 16.37 KB
安装次数 834
当前版本 1.1.4
更新时间 2021-11-12
上架时间 2020-09-29
评分 4.91/5 共11次评分
开发者 http://vazbloke.site
电子邮箱 [email protected]
付费类型 free
扩展官网 https://vazbloke.site/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotify Desktop-ify",
    "description": "Open Spotify URIs\/web player links in the desktop app every time",
    "version": "1.1.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/open.spotify.com\/*"
    ],
    "icons": {
        "16": "sd-ify-16.png",
        "48": "sd-ify-48.png",
        "128": "sd-ify-128.png"
    }
}