Manga Downloader Assistant

An extension to get necessary data to bypass Cloudflare and similar anti-bot protection for Manga Downloader desktop application

Co to jest Manga Downloader Assistant?

Manga Downloader Assistant to rozszerzenie Chrome opracowane przez Red Squirrel, a jego główną funkcją jest „An extension to get necessary data to bypass Cloudflare and similar anti-bot protection for Manga Downloader desktop application”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Manga Downloader Assistant

Pobierz pliki rozszerzeń Manga Downloader Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Using this extension it's possible to acquire the necessary data for the desktop application of Manga Downloader to bypass the Cloudflare o similar anti-bot protections. Thanks to this you will be able to download again manga even from those websites with an anti-bot protection enabled. 
Note: the method used by this extension is compatible only with Manga Downloader v50 (or higher). Please visit https://redsquirrel87.com/mda for more detailed info and instructions.                    

Podstawowe informacje o rozszerzeniu

Nazwa Manga Downloader Assistant Manga Downloader Assistant
ID dlbcmableigljephkekbkeikebaikibf
Oficjalny URL https://chromewebstore.google.com/detail/manga-downloader-assistan/dlbcmableigljephkekbkeikebaikibf
Opis An extension to get necessary data to bypass Cloudflare and similar anti-bot protection for Manga Downloader desktop application
Rozmiar pliku 25.15 KB
Liczba instalacji 2,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-04-15
Data Publikacji 2021-04-15
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper Red Squirrel
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://redsquirrel87.com/mda
Obsługiwane Języki en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manga Downloader Assistant",
    "description": "__MSG_description__",
    "version": "1.0",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "manifest_version": 2
}