Tidal Global Hotkeys
Global Media Keys For Tidal
Was ist Tidal Global Hotkeys?
Tidal Global Hotkeys ist eine Chrome-Erweiterung, die von Kasablanka Magic entwickelt wurde, und ihr Hauptmerkmal ist "Global Media Keys For Tidal".
Erweiterungsscreenshots
Tidal Global Hotkeys-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tidal Global Hotkeys-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oalppghjjihdkoipgennadgjkigocjib |
| Offizielle URL | https://chromewebstore.google.com/detail/tidal-global-hotkeys/oalppghjjihdkoipgennadgjkigocjib |
| Beschreibung | Global Media Keys For Tidal |
| Dateigröße | 97.72 KB |
| Installationsanzahl | 818 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2023-04-16 |
| Veröffentlichungsdatum | 2020-01-29 |
| Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
| Entwickler | Kasablanka Magic |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |