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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}