Tidal Global Hotkeys

Global Media Keys For Tidal

什么是Tidal Global Hotkeys?

Tidal Global Hotkeys是由Kasablanka Magic开发的Chrome扩展程序,该扩展的主要功能是“Global Media Keys For Tidal”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Tidal Global Hotkeys Tidal Global Hotkeys
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"
    ]
}