Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 718 Bytes

File metadata and controls

41 lines (25 loc) · 718 Bytes

Squidync

A watch party extension for Crunchyroll

Development

Run server

Build and run locally:

cd squidync-syncer
make

./main

Or run with Docker:

docker build -t squidync-syncer:latest .
docker run -d -p 8080:8080 --name squidync-syncer squidync-syncer:latest

Load extension

Chome

Go to temporary extension page.

Click "Load unpacked" and select squidync-extension directory.

Firefox

Go to temporary extension page.

Click "Load Temporary Add-on..." and select manifest.json from squidync-extension directory.

NOTE: You may need enable permissions for extension in add-ons page.