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ファイルをダウンロード

Modelpress Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 レビュー
開発者 熊猫🐼
Eメール [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
}