Anime Watch Parties is a cross-platform extension that synchronizes videos on major anime websites. This extension allows you to enjoy your favorite anime on Crunchyroll, Funimation, Wakanim or ADN with your friends.
- Firefox: Download the xpi release, go to
about:debugging#/runtime/this-firefox, click onLoad Temporay Add-on...and select the xpi file. - Chromium: Download the crx release, go to
chrome://extensions, enable debugging, drag and drop the crx file. - Chrome: Download the crx release, go to
chrome://extensions, enable debugging, drag and drop the crx file.
The master branch generate the firefox extension, the chrome branch generate the chrome and chromium extension.
This project uses Node.js. You have to install it before continuing:
- Linux:
- go to https://nodejs.org/en/download/package-manager/ and follow instructions to download
Node.js v16.x.
- go to https://nodejs.org/en/download/package-manager/ and follow instructions to download
- Windows:
- go to https://nodejs.org/en/download/current/ to download the Windows Installer.
To install all the depedencies, use the command npm install :
$ npm installCompile the extension:
$ npm run build-extensionFinaly load the extension in your browser:
- Firefox: Go to
about:debugging#/runtime/this-firefox, click onLoad Temporay Add-on...and select themanifest.jsonfile inbuilt/Firefox/. - Chromium: Go to
chrome://extensions, enable debugging, click onLoad Unpackedand select thebuilt/Chrome/directory. - Chrome: Go to
chrome://extensions, enable debugging, click onLoad Unpackedand select thebuilt/Chrome/directory.
The master branch generate the firefox extension, the chrome branch generate the chrome and chromium extension.
This project uses Node.js and Redis. You have to install them before continuing:
- Linux:
- go to https://nodejs.org/en/download/package-manager/ and follow instructions to download
Node.js v16.x. - install
dockeranddocker-composethen rundocker-compose up -dto start theRedis server
- go to https://nodejs.org/en/download/package-manager/ and follow instructions to download
To install all the depedencies, use the command npm install :
$ npm installFirst things to do:
- copy the file
.env.exampleto.env - modify the url in
src/background-scripts/clientScript.tsfromhttps://animewatchparties.comtohttps://localhost:4000 - run
npm run certto create a self-signed certificate (the server uses https) and you have to allow it: https://localhost:4000.
Compile the extension:
$ npm run build-extensionThen start the server:
$ npm run debugFinaly load the extension in your browser:
- Firefox: Go to
about:debugging#/runtime/this-firefox, click onLoad Temporay Add-on...and select themanifest.jsonfile inbuilt/Firefox/. - Chromium: Go to
chrome://extensions, enable debugging, click onLoad Unpackedand select thebuilt/Chrome/directory. - Chrome: Go to
chrome://extensions, enable debugging, click onLoad Unpackedand select thebuilt/Chrome/directory.
This project is a continuation of Wakanim With Friends.
Roll Together is a similar project.