This video shows the full workflow of an AI manga/image translation browser extension: choose multiple languages, auto-detect manga on the page, submit jobs concurrently, and write results back. You’ll see how to add a “Translate” button to pages with one click and replace an entire page of images with translated versions in bulk.
Homepage: https://aimangatranslate.com
🧠 Key Features
Auto extraction: Grab manga images from web pages, filter non-image domains; supports blob: / data: URLs.
Translation configs: Freely choose language, model, text direction, and OCR.
Concurrent processing: Batch submissions with status polling and automatic retries on failure.
Credit safety: If not logged in or credits = 0, no requests are sent and a modal explains why.
Write-back replacement: Inject translated images back to the page in chunks to reduce stutter.
🔒 Privacy & Data
The extension runs only when you click; it does not collect browsing history.
Tasks include only the selected images and parameters necessary for translation.
You can disable or remove the extension anytime from your browser’s extensions page.
🛠️ FAQ
Q1: I’m logged in, so why does it show “not logged in”?
A: Click “Refresh” in the extension to sync status, or refresh the session on the website and try again. If third-party cookies are blocked, login detection may fail.
Q2: Can jobs still be sent when credits are 0?
A: No. The extension checks credits before sending. With 0 credits, a modal pops up and the request is blocked.
Q3: Images weren’t replaced—what should I do?
A: Some sites use lazy loading or protected assets. Scroll until all images load, or refresh the page and try again.
Q4: Translation feels slow—any tips?
A: Check your network, adjust concurrency and image resolution, or try a different model/OCR.
✅ Environment
Browser: Chrome 115+ / other Chromium-based browsers
OS: Windows / macOS / Linux
Network: Must be able to access the website and backend APIs
🙌 Support & Feedback
If this project helps you, please like, subscribe, comment, and share.
Questions & suggestions: [email protected]