Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 / 一起看视频浏览器插件,兼容所有平台

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`