Modelpress Image Downloader

One click to batch download the best resolution images from the current news article.

Modelpress Image Downloader란 무엇입니까?

Modelpress Image Downloader은(는) 熊猫🐼에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click to batch download the best resolution images from the current news article."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Modelpress Image Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A list of websites are supported including Oricon, Modelpress, Mantan Web and more, and are still growing! 

Visit a news article on a supported site, click on the extension icon to start the download.

When you are on a website that is not yet supported, clicking the extension icon will show you the list of websites that are currently supported.

See full list of supported websites and how-tos on https://github.com/shoushouminami/modelpress-downloader/wiki

If you have a website that you want this extension to support, you can:
1) Comment or DM on Twitter @mid_kumaneko
2) submit a request at Google Form https://docs.google.com/forms/d/1RVrtZfl22pGhGgvm8SFxmdTRG7yQ-er75s60-CpUK_8 

Release notes: https://github.com/shoushouminami/modelpress-downloader#change-logs                    

확장 프로그램 기본 정보

이름 Modelpress Image Downloader Modelpress Image Downloader
ID nepeemhbchedjbebdekhpkhknljppmif
공식 URL https://chromewebstore.google.com/detail/modelpress-image-download/nepeemhbchedjbebdekhpkhknljppmif
설명 One click to batch download the best resolution images from the current news article.
파일 크기 28.42 MB
설치 횟수 3,670
현재 버전 4.17
최근 업데이트 2024-03-02
출시 날짜 2020-06-28
평점 4.81/5 총 27 개의 평점
개발자 熊猫🐼
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/shoushouminami/modelpress-downloader
도움말 페이지 URL https://twitter.com/mid_kumaneko
지원되는 언어 en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "4.17",
    "description": "__MSG_appDesc__",
    "permissions": [
        "scripting",
        "activeTab",
        "downloads"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/",
        "https:\/\/*.freetls.fastly.net\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "images\/icon3.png",
            "32": "images\/icon3.png",
            "48": "images\/icon3.png",
            "128": "images\/icon3.png"
        }
    },
    "icons": {
        "16": "images\/icon3.png",
        "32": "images\/icon3.png",
        "48": "images\/icon3.png",
        "128": "images\/icon3.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "helper\/*",
                "ga.js",
                "ga4.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "incognito": "split",
    "default_locale": "en",
    "manifest_version": 3
}