Image Downloader Plus

Using image downloader, locate and download all of the images on a website.

什么是Image Downloader Plus?

Image Downloader Plus是由Wizard_Pekka开发的Chrome扩展程序,该扩展的主要功能是“Using image downloader, locate and download all of the images on a website.”。

扩展截图

screenshot
screenshot

下载Image Downloader Plus扩展crx文件

下载Image Downloader Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Search and Download all images from any web page or social sites.

With this Image Downloader you can find, browse and download all the images present in a web page. 

In Addition you can:

- filter based on pixel width and height
- filter based on url
- bulk download all images in once
- select what images you want to download
- check the size of each image
- copy the url of the original image
- choose between various layout options
- supporting all principal websites (Instagram, Facebook, Twitter, ...)

You can Download any images from any webpage.
Have Fun !
Image Downloader - Imageye Plus                    

扩展基本信息

名称 Image Downloader Plus Image Downloader Plus
ID akhaheoeinmfdnpgkfjjfijlkdcogfgd
官方URL https://chrome.google.com/webstore/detail/image-downloader-plus/akhaheoeinmfdnpgkfjjfijlkdcogfgd
简介 Using image downloader, locate and download all of the images on a website.
文件大小 129 KB
安装次数 1,412
当前版本 3.1.1
更新时间 2023-02-13
上架时间 2022-07-05
评分 5.00/5 共18次评分
开发者 Wizard_Pekka
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/avengerprivacypolicy/home
支持的语言 en,en-GB,en-US,es,pt-BR,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128.png",
            "32": "data\/icons\/icon-32.png",
            "38": "data\/icons\/icon-38.png",
            "512": "data\/icons\/icon-512.png"
        },
        "default_popup": "data\/interface\/index.html?popup"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png",
        "512": "data\/icons\/icon-512.png"
    },
    "manifest_version": 3,
    "name": "Image Downloader Plus",
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "scripting",
        "declarativeNetRequest"
    ],
    "short_name": "image",
    "version": "3.1.1"
}