A small chrome extension using the jimaku.cc API to automatically download japanese subtitles of the anime episode you are currently watching. Works on hianime.to and miruro.tv (can be extended on request) Intended to be used in combination with ASB Player, another extension, to insert the subtitles into the video
2024-07-26_00-42-49.mp4
To use the extension you have to do the following steps once:
- Add the extension to your browser
- Firefox: get it from the addon store
- Chrome:
- On latest releases under "Assets" click on "asb-auto-subs-chrome.zip" to download the extension
- Unzip the downloaded file
- open "chrome://extensions/", click on "Load Unpacked" and select the unzipped extension
- Create a Jimaku Account and generate your API Key
- In your searchbar at the top click on the puzzle icon and click on the extension and submit the key
- Go to any anime episode on hianime or animesuge and it should download the subtitles automatically
Prerequisite: Node 20 LTS installed
npm install
npm run build
- Replace manifest.json content with either firefox-manifest.json or chrome-manifest.json depending on what browser is used