Skip to content

GodPepe7/asb-auto-subs

Repository files navigation

ASB Auto Subs

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, animesuge.to and more if needed. 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

Instructions

To use the extension you have to do the following steps once:

  1. 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
  1. Create a Jimaku Account and generate your API Key
  2. In your searchbar at the top click on the puzzle icon and click on the extension and submit the key
  3. Go to any anime episode on hianime or animesuge and it should download the subtitles automatically

Build locally

Prerequisite: Node 20 LTS installed

  1. npm install
  2. npm run build
  3. Replace manifest.json content with either firefox-manifest.json or chrome-manifest.json depending on what browser is used