A simple browser extension that adds crossfade functionality between tracks on YouTube Music.
- Crossfade between songs on YouTube Music for a smoother listening experience.
- Configurable crossfade duration.
- Seamlessly transitions between tracks without interrupting playback.
- Download the extension code or clone the repository:
git clone https://github.com/tanishqbhadouria/crossfade-yt.git
- Load the extension into your browser:
- For Chrome, go to
chrome://extensions/
, enable Developer mode, and click Load unpacked. Select the folder where your extension files are located. - For Firefox, go to
about:debugging
, click This Firefox, and choose Load Temporary Add-on to select your extension’s manifest file.
- For Chrome, go to
- Once installed, the extension will automatically start crossfading between tracks on YouTube Music based on the duration you set.
We welcome contributions! To contribute to the project:
- Fork the repository.
- Create a new branch (
git checkout -b feature-xyz
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-xyz
). - Open a Pull Request.