SE
Semro/syncwatch
Browser extension to watch videos together
SyncWatch
SyncWatch is extension for browsers which lets you watch videos together with friends synchrounosly.
Browsers support
![]() Firefox |
![]() Chrome |
![]() Opera |
|---|
How to use
- Install extension.
- Click on plugin icon.
- Write your name and room name. (If room is not exist it will be created)
- Click 'connect'.
- Share name of the room with friends. They must follow this instruction (1-4 steps).
- Go to the page where video is located.
- Click 'share' to send link in room.
- Other in room should open this link.
Run server locally
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/Semro/syncwatch.git- Move to the project directory
cd syncwatch/packages/syncwatch-server- Install NPM packages
npm ci- Run the server
npm run start:dev- Run the server on other port
npx cross-env PORT=8080 npm run start:devHow to add a localization
- Determine an ISO language code such as
enreferring to kLanguageInfoTable. - Go to locales package folder:
cd packages/syncwatch-locales - Add a column to locales.csv with language code at the top cell.
- Add translated messages in following cells.
- Generate localized files with
npm run locales(optional step, you can just pull request.csvfile). - To localize store description, make a folder in web-store-assets with a corresponding ISO code.
License
On this page
Languages
TypeScript65.6%HTML14.6%JavaScript9.8%CSS8.1%Dockerfile1.0%Shell1.0%
MIT License
Created February 3, 2018
Updated March 10, 2026



