A Google Chrome extension for making Mixcloud easier to use for ddr residents
- On chrome://extensions, enable developer mode on the top right corner.
- Install dependencies by running
npm install
. - Build the extension by running
npm run build
. - On chrome://extensions, load the built extension by clicking on "Load unpacked" and find the
build
directory in this project. - After making changes, repeat from step (3).
On an uploaded show page, such as https://www.mixcloud.com/DublinDigitalRadio/<uploaded-show-name>
, this extension replaces the add to play list button with a music note icon with an "add to playlist" button. This new button opens a pop up with a list of all playlist with a search bar.
Adding a show to the playlist will put the show at the top of the list.
MIT