Skip to content

Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.

License

Notifications You must be signed in to change notification settings

StoPlay/stoplay-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

212fe23 · Jan 12, 2020
Dec 5, 2019
Sep 26, 2018
Aug 13, 2015
Jan 12, 2020
Jul 5, 2019
Jul 7, 2019
Jun 3, 2019
Sep 3, 2019
Jan 12, 2020
Jan 8, 2014
Oct 27, 2019
Oct 27, 2019
Oct 28, 2019
Oct 27, 2019

Repository files navigation

StoPlay Chrome Extension

Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.

Chrome WebStore

These are source files, for actual working extension please visit Chrome webstore.

At the moment we fully support (stop and play)

  • Bandcamp
  • Classicalradio.com
  • Coub.com
  • DailyMotion.com
  • Deezer.com
  • Facebook
  • Google Music
  • Kickstarter
  • Last.fm (web-version)
  • Mixcloud
  • Muzebra
  • Netflix
  • Pleer.net (pleer.com)
  • Prometheus.com.ua
  • PromoDJ
  • Radiotunes.com
  • Rockradio.com
  • Rutube
  • Seasonvar
  • Soundcloud
  • Spotify
  • TED.com
  • TuneIn.com
  • Yandex.Music
  • YouTube
  • armyfm.com.ua
  • coursera.org
  • di.fm
  • hearthis.at
  • jazzradio.com
  • livestream.com
  • megogo.net
  • mubert.com
  • musicforprogramming.net
  • radiolist.com.ua
  • slipstreamradio.com
  • udemy.com
  • vimeo
  • vkontakte
  • zenradio.com
  • beatport.com

How it works

It just works!

The extension automatically pauses your previous playing media when you open a new one (in case if supported, of course).

Also you can click the pause bar button to stop it. Click the pause bar button to stop it

Alt text

Debugging

Q: New version seems to have the player support I need, but can't see it in the options. What can I do?

A: Try hitting 'Enable StoPlay' checkbox to turn it off an on. If this doesn't help try resetting settings (button at the bottom).

Purpose

We just needed this feature in the browser. When you listen to music online with different services, at times it can be difficult to find the needed tab and then the pause button there. It also very cool when you open another video and music stops automatically for you to watch the video.

Contributing

We understand that there are tons of other streaming services, that's why we are eager to share the stuff with everybody to enable this feature for the service of your choice.

So fork it right over, add your service support, make pull request and we will try to include it in the extension as soon as possible. Check the existing issues.

To prepare your dev version, see Chrome Dev Getting Started. There are also lots of useful info there.

To run the extension unpacked you need to compile javascript - run grunt rollup.

Git flow is simple:

  • all features/bugfixes in separate branches
  • then push the branch and create a pull-request
  • assign someone from the team to the pull-request
  • after reviewing, it will be merged to master and eventually released

Remote branches after merge to master should be killed.

More on Contribution.