Allows you to control Google Chrome using WebSocket.
- Tab switching
- Play/pause
- Volume control
- Song selection
- Scrolling
- Stream selection
- Seeking forwards/backwards
- Run
git clone https://github.com/Traunin/websocket_extension.git
. - Run
npm install
in a project folder to install dependencies locally. - Run
npm start
to bundle the files using Webpack. The extension is now in thedist
folder. - Upload it to Google Chrome using the guide from this article: https://support.google.com/chrome/a/answer/2714278?hl=en.