Open Spotify Desktop

Redirect all valid URL to Spotify Desktop App

Open Spotify Desktop란 무엇입니까?

Open Spotify Desktop은(는) Chimildic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirect all valid URL to Spotify Desktop App"입니다.

확장 프로그램 스크린샷

screenshot

Open Spotify Desktop 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When you click to link "open.spotify.com", the extension redirects to Spotify Desktop App and closes the tab. For the first redirect, set the "always allow" option so that the redirect will work automatically in the future.

Support link to: track, playlist, user, artist, album, show, episode. 

To disable redirection, disable the extension in the browser.

Feedback via GitHub (link in the right block) or Chrome Web Store.                    

확장 프로그램 기본 정보

이름 Open Spotify Desktop Open Spotify Desktop
ID pnbnpemckkkiilpamimpoadnfjkchfjo
공식 URL https://chromewebstore.google.com/detail/open-spotify-desktop/pnbnpemckkkiilpamimpoadnfjkchfjo
설명 Redirect all valid URL to Spotify Desktop App
파일 크기 61.51 KB
설치 횟수 661
현재 버전 0.0.5
최근 업데이트 2021-03-16
출시 날짜 2021-01-07
평점 4.70/5 총 37 개의 평점
개발자 Chimildic
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Chimildic/open-spotify-desktop
도움말 페이지 URL https://github.com/Chimildic/open-spotify-desktop/discussions
개인정보 보호 정책 페이지 URL https://sites.google.com/view/chimildic-privacy-policy
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "version": "0.0.5",
    "manifest_version": 2,
    "author": "Chimildic",
    "default_locale": "en",
    "permissions": [
        "storage",
        "*:\/\/open.spotify.com\/*"
    ],
    "background": {
        "scripts": [
            "\/script\/background\/background.js",
            "\/script\/background\/utils.js",
            "\/script\/background\/options.js",
            "\/script\/background\/request.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "\/logo\/icon16.png",
        "24": "\/logo\/icon24.png",
        "32": "\/logo\/icon32.png",
        "64": "\/logo\/icon64.png",
        "128": "\/logo\/icon128.png",
        "256": "\/logo\/icon256.png",
        "512": "\/logo\/icon512.png"
    },
    "homepage_url": "https:\/\/github.com\/Chimildic\/open-spotify-desktop"
}