This is a beta (in development and undistributed!) Chrome extension for easily updating your Anilist.co profile when you have completed watching a media item.
Currently this extension only attempts to identify media titles on crunchyroll.com, hulu.com, and netflix.com, but integrating other sites is planned.
- Download the repository (click "Code" -> "Download ZIP").
cd
to code directory andnpm install
- Build app with
npm run build
- From Chrome -> Manage Extensions, click "Load unpacked" and select the "app" directory of this repository on your local machine.
- Navigate to a supported anime site (e.g., crunchyroll.com) and test.
For development notes, see dev-notes.md.