Modelpress Image Downloader

Modelpress Image Downloader

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "4.20",
  "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/"
  ],
  "optional_host_permissions": [
    "https://storage.mainichikirei.jp/",
    "https://mainichikirei.jp/",
    "https://bunshun.ismcdn.jp/",
    "https://bunshun.jp/",
    "https://storage.mantan-web.jp/",
    "https://mantan-web.jp/"
  ],
  "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/*",
        "ga4.*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "incognito": "split",
  "default_locale": "en",
  "manifest_version": 3
}