Manga Downloader Assistant

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

什么是Manga Downloader Assistant?

Manga Downloader Assistant是由Red Squirrel开发的Chrome扩展程序,该扩展的主要功能是“An extension to get necessary data to bypass Cloudflare and similar anti-bot protection for Manga Downloader desktop application”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Manga Downloader Assistant扩展crx文件

下载Manga Downloader Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Manga Downloader Assistant Manga Downloader Assistant
ID dlbcmableigljephkekbkeikebaikibf
官方URL https://chromewebstore.google.com/detail/manga-downloader-assistan/dlbcmableigljephkekbkeikebaikibf
简介 An extension to get necessary data to bypass Cloudflare and similar anti-bot protection for Manga Downloader desktop application
文件大小 25.15 KB
安装次数 2,000
当前版本 1.0
更新时间 2021-04-15
上架时间 2021-04-15
评分 4.67/5 共3次评分
开发者 Red Squirrel
电子邮箱 [email protected]
付费类型 free
扩展官网 https://redsquirrel87.com/mda
支持的语言 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
}