Manga Downloader Assistant

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

Was ist Manga Downloader Assistant?

Manga Downloader Assistant ist eine Chrome-Erweiterung, die von Red Squirrel entwickelt wurde, und ihr Hauptmerkmal ist "An extension to get necessary data to bypass Cloudflare and similar anti-bot protection for Manga Downloader desktop application".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Manga Downloader Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Manga Downloader Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Manga Downloader Assistant Manga Downloader Assistant
ID dlbcmableigljephkekbkeikebaikibf
Offizielle URL https://chromewebstore.google.com/detail/manga-downloader-assistan/dlbcmableigljephkekbkeikebaikibf
Beschreibung An extension to get necessary data to bypass Cloudflare and similar anti-bot protection for Manga Downloader desktop application
Dateigröße 25.15 KB
Installationsanzahl 2,000
Aktuelle Version 1.0
Letztes Update 2021-04-15
Veröffentlichungsdatum 2021-04-15
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Red Squirrel
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://redsquirrel87.com/mda
Unterstützte Sprachen 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
}