https://github.com/videotogether/videotogether
Browser Extension to Sync Video Playback on All Video Platforms / 一起看视频浏览器插件,兼容所有平台
https://github.com/videotogether/videotogether
browser-extension safari-extension
Last synced: 10 months ago
JSON representation
Browser Extension to Sync Video Playback on All Video Platforms / 一起看视频浏览器插件,兼容所有平台
- Host: GitHub
- URL: https://github.com/videotogether/videotogether
- Owner: VideoTogether
- License: apache-2.0
- Created: 2022-06-23T12:54:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T14:05:52.000Z (about 1 year ago)
- Last Synced: 2025-04-05T19:04:34.150Z (11 months ago)
- Topics: browser-extension, safari-extension
- Language: JavaScript
- Homepage: https://videotogether.github.io
- Size: 49.6 MB
- Stars: 1,446
- Watchers: 3
- Forks: 100
- Open Issues: 23
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# VideoTogether
## VideoTogether is a browser extension that syncs video playback with friends in real-time on Chrome, Edge, and Safari.
## Visit http://2gether.video/ for more information
[ English ] [ [中文](https://github.com/VideoTogether/VideoTogether/blob/main/README_zh.MD) ]
## Installation
Please visit our website https://2gether.video/ for installation guide
## Development
### Extension
The core code is `main/source/extension/vt.js`
We use a very simple compile script `script/build_extension.py` to build
run `python script/build_extension.py` to build, the output directory is `./release`
### Service
service code is in `source/go-server`