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
官方網址 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"
    }
}