https://github.com/traunin/websocket-extension
Control Chrome with Websockets
https://github.com/traunin/websocket-extension
chrome extension websocket
Last synced: 5 months ago
JSON representation
Control Chrome with Websockets
- Host: GitHub
- URL: https://github.com/traunin/websocket-extension
- Owner: Traunin
- License: mit
- Created: 2024-07-16T00:33:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T06:06:14.000Z (almost 2 years ago)
- Last Synced: 2025-06-17T20:34:51.262Z (about 1 year ago)
- Topics: chrome, extension, websocket
- Language: TypeScript
- Homepage:
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# WebSocket controller
Allows you to control Google Chrome using WebSocket.
## Features
### Browser control
- Tab switching
- Play/pause
- Volume control
### YouTube Music
- Song selection
### YouTube Shorts
- Scrolling
### Twitch
- Stream selection
### YouTube
- Seeking forwards/backwards
## Installation
1. Run `git clone https://github.com/Traunin/websocket_extension.git`.
2. Run `npm install` in a project folder to install dependencies locally.
3. Run `npm start` to bundle the files using Webpack. The extension is now in the `dist` folder.
4. Upload it to Google Chrome using the guide from this article: https://support.google.com/chrome/a/answer/2714278?hl=en.