Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T22:24:55.000Z (about 2 months ago)
- Last Synced: 2024-10-15T11:04:39.487Z (about 1 month ago)
- Topics: browser-extension, safari-extension
- Language: JavaScript
- Homepage: https://videotogether.github.io
- Size: 49.7 MB
- Stars: 1,326
- Watchers: 3
- Forks: 91
- Open Issues: 18
-
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`