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ファイルをダウンロード
Tidal Global Hotkeys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |