/Crunchyroll-With-Better-Seasons

A cross-platform browser extension that changes the way seasons are display on Crunchyroll.

Primary LanguageTypeScriptMIT LicenseMIT

Mozilla Add-ons Chrome Web Store Github

Crunchyroll With Better Seasons

Crunchyroll With Better Seasons is a cross-platform browser extension that changes the way seasons are displayed on Crunchyroll and adds the subtitles to the dub episodes.

On the serie page, it groups all audio languages into a single seasons and reorder the seasons with a better numerotation.

On the episode page, it adds a setting to change the audio language.

Manual 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, go to chrome://extensions, enable debugging, drag and drop the crx file.

Developing or debugging the extension

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:

To install all the depedencies, use the command npm install :

$ npm install

Compile the extension:

$ npm run build-extension

Finaly load the extension in your browser:

  • Firefox: Go to about:debugging#/runtime/this-firefox, click on Load Temporay Add-on... and select the manifest.json file in built/Firefox/.
  • Chromium: Go to chrome://extensions, enable debugging, click on Load Unpacked and select the built/Chrome/ directory.
  • Chrome: Go to chrome://extensions, enable debugging, click on Load Unpacked and select the built/Chrome/ directory.