CrunchyScore is available on Chrome Web Store and Firefox
CrunchyScore is a Chrome and Firefox extension that introduces a new way to explore Crunchyroll. With CrunchyScore, you can access MyAnimeList and AniList anime ratings directly within Crunchyroll, eliminating the need for extra tabs.
CrunchyScore brings a set of customizable features to enhance your Crunchyroll browsing experience:
To start using CrunchyScore, install the extension from the Chrome Web Store. Once installed, right-click on the extension icon to access the settings panel where you can customize the score display according to your needs.
This repository contains the source code for CrunchyScore. The source code is released under the MIT License
To add the build and development instructions to your README for the CrunchyScore extension, you can follow this template:
Before building the extension, ensure you have node
and npm
installed on your machine.
This project uses vite
to build for different environments. To build the extension for Chrome or Firefox, follow these steps:
git clone https://github.com/befabri/crunchyscore.git
cd crunchyscore
npm install
npm run build:chrome
npm run build:firefox
The build artifacts will be located in the dist
directory under separate folders for each browser.
We welcome any bug reports, feature requests, and general feedback. If you encounter any issues or have any ideas for improving CrunchyScore, please create an issue in this repository.