MangaBaka URL Finder

Find matching Atsumaru and MangaDex (and more) URLs for MangaBaka.

As of June 2026, MangaBaka URL Finder has 5 users in the Entertainment category.

Usersup 150.0 percent+150.0%
5
5
Ratingno change0%
— reviews
Reviewsno change0%
Version
1.5.2 (Google)
Manifest V3
90-day change · In the last 90 days this extension 2 version updates, changed permissions.

History

6 snapshots

Tracking since Apr 7, 2026.

5.243.51.7599999999999998Apr 7, 2026Jun 6, 2026
View as table
DateUsersRatingReviewsVersion
Apr 7, 202621.0.1 (Google)
Apr 19, 202621.5.1 (Google)
Apr 24, 202621.5.1 (Google)
May 8, 202621.5.1 (Google)
May 31, 202621.5.2 (Google)
Jun 6, 202631.5.2 (Google)
Now51.5.2 (Google)

Changelog

  • Apr 7, 2026
    description
    Chrome extension for finding matching aggregator URLs for `mangabaka.org/<id>`
    
    **Not affiliated with MangaBaka dev team**
    **Chrome store version of extension contains only verified safe providers**
    
    ## Features
    
    - Reads MangaBaka metadata from active tab and finds URLs from chosen manga aggregator sites
    - Caches and saves URL information locally
    - Shows latest chapter info where supported
    - Optionally save URL as the MangaBaka `Read Link` field for series already in your library
    
    Notes:
    - Avoids re-searching and minimizes background query count
    - Lets you mark a provider result as incorrect and search again while excluding previous bad URLs
    - Lets you retry provider searches with alternate MangaBaka title
    
    ## Providers
    
    Enabled by default:
    - `Atsumaru`
    - `MangaDex`
    
    Available in options and disabled by default:
    - `MangaFire`
    - `WeebCentral`
    
    Unavailable currently:
    - `Comix`
    
    Notes:
    - `MangaFire` and `WeebCentral` can resolve URLs using a websearch, but chapter metadata is blocked behind site protection (`Cloudflare Error`)
    - `Comix` is intentionally disabled in the options UI and is not searched
    
    -------------------------------------------------
    **Github link coming soon**
    -------------------------------------------------
    
    ## Framework
    
    This project uses:
    - Chrome Extension Manifest V3
    - Plain TypeScript
    - Static HTML and CSS
    - No frontend framework
    - No bundler
    
    ## MangaBaka Read Link Save Behavior
    
    After copying a provider URL, the copy button turns into a blue save button. Pressing it will:
    
    - verify the current series is on MangaBaka
    - verify the series is in your MangaBaka library
    - open or reuse the personal library editor for that series
    - replace the existing `Read Link` value with the copied provider URL
    
    If the series is not in your library, the extension reports that you must add it first.
    ## Features
    
    - Reads MangaBaka metadata from active tab and finds URLs from chosen manga aggregator sites
    - Caches and saves URL information locally
    - Shows latest chapter info where supported
    - Optionally save URL as the MangaBaka `Read Link` field for series already in your library
    
    Notes:
    - Avoids re-searching and minimizes background query count
    - Lets you mark a provider result as incorrect and search again while excluding previous bad URLs
    - Lets you retry provider searches with alternate MangaBaka title
    
    **Not affiliated with MangaBaka dev team**
    
    ## Providers
    
    Enabled by default:
    - `Atsumaru`
    - `MangaDex`
    
    Available in options and disabled by default:
    - `MangaFire`
    - `WeebCentral`
    
    Unavailable currently:
    - `Comix`
    
    Notes:
    - `MangaFire` and `WeebCentral` can resolve URLs using a websearch, but chapter metadata is blocked behind site protection (`Cloudflare Error`)
    - `Comix` is intentionally disabled in the options UI and is not searched
    
    -------------------------------------------------
    Github: https://github.com/Moriko1/MangaBakaURL-Finder
    -------------------------------------------------
    
    ## Framework
    
    This project uses:
    - Chrome Extension Manifest V3
    - Plain TypeScript
    - Static HTML and CSS
    - No frontend framework
    - No bundler
    
    Notes:
    - Extension will notify when there is a new version available in the Chrome Web Store (follows browser's extension update policy). The extension does not update independently from the Chrome Web Store
    
    ## MangaBaka 'Read Link' Save Behavior
    
    After copying a provider URL, the copy button turns into a blue save button. Pressing it will:
    
    - Verify the current series is on MangaBaka
    - Verify the series is in your MangaBaka library
    - Open or reuse the personal library editor for that series
    - Replace the existing `Read Link` value with the copied provider URL
    
    If the series is not in your library, the extension reports that you must add it first.
  • Apr 7, 2026
    permissions
    storage, tabs, scripting
    storage, tabs, scripting, alarms
  • Apr 7, 2026
    host_permissions
    https://mangabaka.org/*, https://atsu.moe/*, https://api.mangadex.org/*, https://search.brave.com/*, https://search.yahoo.com/*
    https://api.github.com/*, https://mangabaka.org/*, https://mangadex.org/*, https://atsu.moe/*, https://mangafire.to/*, https://weebcentral.com/*, https://api.mangadex.org/*, https://search.yahoo.com/*

Permissions & access

Permissions
storagetabsscriptingalarms
Host access
https://api.github.com/*, https://mangabaka.org/*, https://mangadex.org/*, https://atsu.moe/*, https://mangafire.to/*, https://weebcentral.com/*, https://api.mangadex.org/*, https://search.yahoo.com/*

Screenshots

MangaBaka URL Finder screenshot 1MangaBaka URL Finder screenshot 2MangaBaka URL Finder screenshot 3MangaBaka URL Finder screenshot 4MangaBaka URL Finder screenshot 5

About

## Features

- Reads MangaBaka metadata from active tab and finds URLs from chosen manga aggregator sites
- Caches and saves URL information locally
- Shows latest chapter info where supported
- Optionally save URL as the MangaBaka `Read Link` field for series already in your library

Notes:
- Avoids re-searching and minimizes background query count
- Lets you mark a provider result as incorrect and search again while excluding previous bad URLs
- Lets you retry provider searches with alternate MangaBaka title

**Not affiliated with MangaBaka dev team**

## Providers

Enabled by default:
- `Atsumaru`
- `MangaDex`

Available in options and disabled by default:
- `MangaFire`
- `WeebCentral`

Unavailable currently:
- `Comix`

Notes:
- `MangaFire` and `WeebCentral` can resolve URLs using a websearch, but chapter metadata is blocked behind site protection (`Cloudflare Error`)
- `Comix` is intentionally disabled in the options UI and is not searched

-------------------------------------------------
Github: https://github.com/Moriko1/MangaBakaURL-Finder
-------------------------------------------------

## Framework

This project uses:
- Chrome Extension Manifest V3
- Plain TypeScript
- Static HTML and CSS
- No frontend framework
- No bundler

Notes:
- Extension will notify when there is a new version available in the Chrome Web Store (follows browser's extension update policy). The extension does not update independently from the Chrome Web Store

## MangaBaka 'Read Link' Save Behavior

After copying a provider URL, the copy button turns into a blue save button. Pressing it will:

- Verify the current series is on MangaBaka
- Verify the series is in your MangaBaka library
- Open or reuse the personal library editor for that series
- Replace the existing `Read Link` value with the copied provider URL

If the series is not in your library, the extension reports that you must add it first.

Technical

Version
1.5.2 (Google)
Manifest
V3
Size
76.46KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
akngneijkglanfogokinljffohnafhfb
Developer ID
ua85204134e9553ed9e644ba145c085aa
Developer Email
[email protected]
Created
Mar 17, 2026
Last Updated (Store)
May 4, 2026
Last Scraped
Jun 6, 2026
Website

Similar extensions

Alternatives to MangaBaka URL Finder, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 6, 2026.