Tidal Global Hotkeys
Global Media Keys For Tidal
Tidal Global Hotkeys란 무엇입니까?
Tidal Global Hotkeys은(는) Kasablanka Magic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Global Media Keys For Tidal"입니다.
확장 프로그램 스크린샷
Tidal Global Hotkeys 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
January 30, 2023 update: The latest Tidal update made it impossible for Previous and Next hotkeys to function when Tidal tab is inactive. I tried contacting Tidal support about the new code, to no sensible effect, of course. Old description below. - - - Global Media Keys extension that works with Tidal (Play/Pause, Next and Previous). I got tired of trying to find a global Media Keys extension that would 100% work with Tidal and created my own. Feature requests and custom development: [email protected] Thank you! - - - CHANGE LOG April 4, 2021 'Play/Pause' button function fixed after Tidal update. August 14, 2020 'Next' button function fixed after Tidal update. Should be working with no issues going forward.
확장 프로그램 기본 정보
이름 | |
ID | oalppghjjihdkoipgennadgjkigocjib |
공식 URL | https://chromewebstore.google.com/detail/tidal-global-hotkeys/oalppghjjihdkoipgennadgjkigocjib |
설명 | Global Media Keys For Tidal |
파일 크기 | 97.72 KB |
설치 횟수 | 818 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-04-16 |
출시 날짜 | 2020-01-29 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | Kasablanka Magic |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tidal Global Hotkeys", "description": "Global Media Keys For Tidal", "version": "1.1", "commands": { "mediaclick": { "global": true, "suggested_key": { "default": "MediaPlayPause" }, "description": "Tidal Play" }, "mediaclick2": { "global": true, "suggested_key": { "default": "MediaNextTrack" }, "description": "Tidal Next" }, "mediaclick4": { "global": true, "suggested_key": { "default": "MediaPrevTrack" }, "description": "Tidal Previous" } }, "background": { "service_worker": "bg.js" }, "icons": { "128": "th.png" }, "host_permissions": [ "https:\/\/listen.tidal.com\/*" ], "permissions": [ "scripting" ] } |