https://github.com/gabeduartem/webplayer-hotkeys
A Chrome extension that assigns hotkeys to play/pause, and switch musics (next and previous). Works with Spotify, Deezer, SoundCloud and Youtube
https://github.com/gabeduartem/webplayer-hotkeys
chrome chrome-extension deezer extension hotkey hotkeys music pause play soundcloud spotify youtube
Last synced: 3 months ago
JSON representation
A Chrome extension that assigns hotkeys to play/pause, and switch musics (next and previous). Works with Spotify, Deezer, SoundCloud and Youtube
- Host: GitHub
- URL: https://github.com/gabeduartem/webplayer-hotkeys
- Owner: GabeDuarteM
- License: mit
- Created: 2016-12-08T18:40:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T02:39:26.000Z (about 2 years ago)
- Last Synced: 2023-03-26T01:04:57.968Z (about 2 years ago)
- Topics: chrome, chrome-extension, deezer, extension, hotkey, hotkeys, music, pause, play, soundcloud, spotify, youtube
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/webplayer-hotkeys/ikmkicnmahfdilneilgibeppbnolgkaf
- Size: 938 KB
- Stars: 18
- Watchers: 3
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Webplayer Hotkeys
A Chrome extension that assigns hotkeys to play/pause, and to switch music (next and previous).
[![Build Status][build-badge]][build]
[![version][version-badge]][package]
[![downloads][downloads-badge]][package]
[![MIT License][license-badge]][license][![PRs Welcome][prs-badge]][prs]
[![Code of Conduct][coc-badge]][coc][![Watch on GitHub][github-watch-badge]][github-watch]
[![Star on GitHub][github-star-badge]][github-star]
[![Tweet][twitter-badge]][twitter]## The problem
Most of the times you want to hear some music while doing something else, but I find very annoying to have to switch tabs to control the music.
## This solution
This extension allows you to configure shortcuts to `play`, `pause` and go to the `next` or `previous` song. If no player is currently opened, it opens up Spotify.
To configure the shortcuts, go to `chrome://extensions/shortcuts` (you have to copy and paste it on the address bar), find the `Webplayer Hotkeys` extension and assign the shortcuts to the commands you want
If there is more player tabs than one, it follows this order of priority: `Spotify > Deezer > SoundCloud > Youtube Music > Youtube`
Works with:
- Spotify
- Deezer
- SoundCloud
- Youtube
- Youtube Music## LICENSE
MIT
[npm]: https://www.npmjs.com/
[node]: https://nodejs.org
[build-badge]: https://img.shields.io/travis/com/GabrielDuarteM/webplayer-hotkeys/master.svg?style=flat-square
[build]: https://travis-ci.com/GabrielDuarteM/webplayer-hotkeys
[coverage-badge]: https://img.shields.io/codecov/c/github/GabrielDuarteM/webplayer-hotkeys.svg?style=flat-square
[coverage]: https://codecov.io/github/GabrielDuarteM/webplayer-hotkeys
[version-badge]: https://img.shields.io/chrome-web-store/v/ikmkicnmahfdilneilgibeppbnolgkaf.svg?style=flat-square
[package]: https://chrome.google.com/webstore/detail/youtube-autoclose-ads/ikmkicnmahfdilneilgibeppbnolgkaf
[downloads-badge]: https://img.shields.io/chrome-web-store/users/ikmkicnmahfdilneilgibeppbnolgkaf.svg?style=flat-square
[npmtrends]: http://www.npmtrends.com/webplayer-hotkeys
[license-badge]: https://img.shields.io/github/license/GabrielDuarteM/webplayer-hotkeys.svg?style=flat-square
[license]: https://github.com/GabrielDuarteM/webplayer-hotkeys/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com
[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/GabrielDuarteM/webplayer-hotkeys/blob/master/other/CODE_OF_CONDUCT.md
[github-watch-badge]: https://img.shields.io/github/watchers/GabrielDuarteM/webplayer-hotkeys.svg?style=social
[github-watch]: https://github.com/GabrielDuarteM/webplayer-hotkeys/watchers
[github-star-badge]: https://img.shields.io/github/stars/GabrielDuarteM/webplayer-hotkeys.svg?style=social
[github-star]: https://github.com/GabrielDuarteM/webplayer-hotkeys/stargazers
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20webplayer-hotkeys%20by%20%40GabrielDuarteM%20https%3A%2F%2Fgithub.com%2FGabrielDuarteM%2Fwebplayer-hotkeys%20%F0%9F%91%8D
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/GabrielDuarteM/webplayer-hotkeys.svg?style=social