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.
- 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 install
Compile the extension:
$ npm run build-extension
Finaly load the extension in your browser:
- Firefox: Go to
about:debugging#/runtime/this-firefox
, click onLoad Temporay Add-on...
and select themanifest.json
file inbuilt/Firefox/
. - Chromium: Go to
chrome://extensions
, enable debugging, click onLoad Unpacked
and select thebuilt/Chrome/
directory. - Chrome: Go to
chrome://extensions
, enable debugging, click onLoad Unpacked
and select thebuilt/Chrome/
directory.