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."입니다.
확장 프로그램 스크린샷
Redirect for Spotify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | ljhalgddlebknpbdkgodfkamemjombpp |
공식 URL | 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" ] } |