AVC Web player is a Chrome Extension which lets you control your music streams (spotify/music.youtube/brainfm)
from any browser tab.
It can create a mini window which always stays on top, so that you can watch videos while working also.
And it enables the functionality to videos of all tabs, so that they can be played in mini window mode.
There should be a spotify tab opened in the background
- Control your music from any tab.
- Get
Lyrics
of the currently streaming song. - Get
Youtube Video
of the current song. - You can directly create a
mini window
of the song/video from the app itself. (view demo video for details)
- A script is injected in every tab (new/refreshed) to add mini window buttons.
- The injected script attaches mini window button to every loaded video available on the page.
- Using this button you can start/stop mini window view for videos.
- Clone this repo (git required)
git clone https://github.com/avcbcoder/Mini---spotify-youtube
- Install dependencies (npm/yarn required)
npm install
or
yarn
- Make build for chrome
npm build
or
yarn build
- Toggle Developer mode
Got to chrome://extensions/ and enable developer mode
- Add extension
Add extension and select build folder of the project