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.”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | nepeemhbchedjbebdekhpkhknljppmif |
| 官方網址 | 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
} | |