VideoTogether Lite syncs playback state for videos you choose to share in an invite-code room.
For local testing:
- Run
just setupandjust build-extension. - Open
chrome://extensions. - Enable developer mode.
- Load the unpacked extension from
apps/extension/dist.
For beta testing, install the private Chrome Web Store item from the tester link shared by the maintainer.
- Open a page with a video.
- Open the VideoTogether Lite extension popup.
- Enter a nickname.
- Select
Create room. - Copy the invite code and send it to the other viewers.
The invite code includes both the room code and invite secret. Treat it like a room password.
- Open a page with a video.
- Open the extension popup.
- Enter a nickname.
- Paste the invite code.
- Select
Join room.
A browser profile can be in one room at a time. Creating or joining another room moves that profile out of the previous room.
- Open the floating panel or popup on a page with a video.
- Select
Pick video. - Click the video element you want to share.
- Start sharing from the panel.
Only the chosen video is shared. Page browsing and unrelated videos are not sent to the room.
- Join the same room as another participant.
- Open a compatible page with a matching video.
- Select the participant in
Shared videos. - Select
Follow.
Some pages require a manual play click because browser autoplay rules block programmatic playback.
Use Exit room in the popup or panel. The backend deletes a room when the last participant leaves or when all participants time out.
No videos found on this page: reload the page after the video player is visible, then reopen the popup.Need to play manually: click play in the page video player once.- Invite code rejected: ask the host for a fresh invite code.
- Room disappeared: the in-memory backend expires inactive rooms after the configured room TTL.
- Popup says page unavailable: switch to a normal web page with a video and reload it.