There is a new project working with Crunchyroll and Funimation: https://github.com/Dragicafit/Anime-Watch-Parties
This extension allows you to enjoy your favorite anime on Wakanim 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, extract the crx file using 7zip, go to
chrome://extensions
, enable debugging, click onLoad unpacked
and select the extracted folder.
This project uses Node.js.
To install all the depedencies, use the command npm install
:
$ npm install
Compile the extension:
$ npm run release
Then start the server:
$ ./script
Finaly load the extension in your browser:
-
Firefox: Go to
about:debugging#/runtime/this-firefox
, click onLoad Temporay Add-on...
and select the folder. -
Chrome: Go to
chrome://extensions
, enable debugging, click onLoad Unpacked
and select the folder.