Skip to content

Browser Extension to Watch Videos Together on All Platforms / 一起看视频浏览器插件,兼容所有平台

Notifications You must be signed in to change notification settings

VideoTogether/VideoTogether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoTogether

VideoTogether is a browser extension let you watch videos in brower with friends at the same time. Chrome, Edge, Safari are supported.

Visit http://2gether.video/ for more information

[ English ] [ 中文 ]

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