Webplayer Hotkeys - Shortcuts for web players
Assign hotkeys to play/pause, and switch music. Works with Spotify, Deezer, SoundCloud, Youtube and Youtube Music.
Qu'est-ce que Webplayer Hotkeys - Shortcuts for web players ?
Webplayer Hotkeys - Shortcuts for web players est une extension Chrome développée par Gabriel Duarte, et sa fonction principale est "Assign hotkeys to play/pause, and switch music. Works with Spotify, Deezer, SoundCloud, Youtube and Youtube Music.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Webplayer Hotkeys - Shortcuts for web players
Téléchargez les fichiers d'extension Webplayer Hotkeys - Shortcuts for web players au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A Chrome extension that assigns hotkeys and shortcuts to play/pause, and to switch music (next and previous). If no player is currently opened, it fires up Spotify. If there is more player tabs than one, it follows this order of priority: Spotify > Deezer > SoundCloud > Youtube Works with: • Spotify • Deezer • SoundCloud • Youtube
Informations de Base sur l'Extension
Nom | Webplayer Hotkeys - Shortcuts for web players |
ID | ikmkicnmahfdilneilgibeppbnolgkaf |
URL Officiel | https://chromewebstore.google.com/detail/webplayer-hotkeys-shortcu/ikmkicnmahfdilneilgibeppbnolgkaf |
Description | Assign hotkeys to play/pause, and switch music. Works with Spotify, Deezer, SoundCloud, Youtube and Youtube Music. |
Taille du Fichier | 52.04 KB |
Nombre d'Installations | 887 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2020-01-02 |
Date de Publication | 2020-01-02 |
Évaluation | 4.24/5 Total 17 Évaluations |
Développeur | Gabriel Duarte |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/GabrielDuarteM/Webplayer-Hotkeys |
URL de la Page d'Aide | https://github.com/GabrielDuarteM/Webplayer-Hotkeys/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webplayer Hotkeys - Shortcuts for web players", "version": "1.3.2", "description": "Assign hotkeys to play\/pause, and switch music. Works with Spotify, Deezer, SoundCloud, Youtube and Youtube Music.", "icons": { "128": "icon.png" }, "author": "Gabriel Duarte", "background": { "persistent": false, "scripts": [ "background.js" ] }, "commands": { "prev": { "description": "Previous music", "suggested_key": "Alt+Shift+Comma", "global": true }, "play": { "description": "Play\/pause", "suggested_key": "Alt+Shift+P", "global": true }, "next": { "description": "Next music", "suggested_key": "Alt+Shift+Period", "global": true } }, "homepage_url": "https:\/\/github.com\/GabrielQDuarte\/Webplayer-Hotkeys\/tree\/master", "incognito": "split", "permissions": [ "*:\/\/*.spotify.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/soundcloud.com\/*", "*:\/\/*.deezer.com\/*", "tabs" ] } |