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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}