Webplayer Hotkeys - Shortcuts for web players
Assign hotkeys to play/pause, and switch music. Works with Spotify, Deezer, SoundCloud, Youtube and Youtube Music.
Wat is Webplayer Hotkeys - Shortcuts for web players?
Webplayer Hotkeys - Shortcuts for web players is een Chrome-extensie ontwikkeld door Gabriel Duarte, en de belangrijkste functie is "Assign hotkeys to play/pause, and switch music. Works with Spotify, Deezer, SoundCloud, Youtube and Youtube Music.".
Extensie Screenshots
Download het CRX-bestand van de extensie Webplayer Hotkeys - Shortcuts for web players
Download Webplayer Hotkeys - Shortcuts for web players-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Webplayer Hotkeys - Shortcuts for web players |
ID | ikmkicnmahfdilneilgibeppbnolgkaf |
Officiële URL | https://chromewebstore.google.com/detail/webplayer-hotkeys-shortcu/ikmkicnmahfdilneilgibeppbnolgkaf |
Beschrijving | Assign hotkeys to play/pause, and switch music. Works with Spotify, Deezer, SoundCloud, Youtube and Youtube Music. |
Bestandsgrootte | 52.04 KB |
Aantal Installaties | 887 |
Huidige Versie | 1.3.2 |
Laatst Bijgewerkt | 2020-01-02 |
Publicatiedatum | 2020-01-02 |
Beoordeling | 4.24/5 Totaal 17 Beoordelingen |
Ontwikkelaar | Gabriel Duarte |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/GabrielDuarteM/Webplayer-Hotkeys |
Help Pagina-URL | https://github.com/GabrielDuarteM/Webplayer-Hotkeys/issues |
Ondersteunde Talen | 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" ] } |