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: 25 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T14:05:52.000Z (about 2 months ago)
- Last Synced: 2025-03-22T17:02:02.435Z (27 days ago)
- Topics: browser-extension, safari-extension
- Language: JavaScript
- Homepage: https://videotogether.github.io
- Size: 49.6 MB
- Stars: 1,435
- Watchers: 3
- Forks: 101
- Open Issues: 22
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- awesome - VideoTogether/VideoTogether - Browser Extension to Sync Video Playback on All Video Platforms / 一起看视频浏览器插件,兼容所有平台 (JavaScript)
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`