/Wakanim-With-Friends

Watch your favorite anime on Wakanim with your friends. There is a new project working with Crunchyroll and Funimation.

Primary LanguageJavaScriptMIT LicenseMIT

Wakanim With Friends

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.

Install

  • Firefox: Download the xpi release, go to about:debugging#/runtime/this-firefox, click on Load 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 on Load unpacked and select the extracted folder.

Developing or debugging

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 on Load Temporay Add-on... and select the folder.

  • Chrome: Go to chrome://extensions, enable debugging, click on Load Unpacked and select the folder.