Image Fetcher

Download all the images in the whole page by just one click!

What is Image Fetcher?

Image Fetcher is a Chrome extension developed by https://www.nzfun.cn, and its main feature is "Download all the images in the whole page by just one click!".

Extension Screenshots

screenshot

Download Image Fetcher Extension CRX File

Download Image Fetcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Image Fetcher Image Fetcher
ID bpjjmpophdipjaenolmhckclbgidbbao
Official URL https://chrome.google.com/webstore/detail/image-fetcher/bpjjmpophdipjaenolmhckclbgidbbao
Description Download all the images in the whole page by just one click!
File Size 1.24 MB
Installation Count 48
Current Version 1.0
Last Updated 2018-07-22
Publish Date 2018-07-22
Rating 5.00/5 Total 2 Ratings
Developer https://www.nzfun.cn
Email [email protected]
Payment Type free
Help Page URL https://www.nzfun.cn
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Image Fetcher"
    },
    "author": "HTB",
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js",
                "js\/jquery-3.2.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/fetch.js"
    ],
    "description": "Download all the images in the whole page by just one click!",
    "homepage_url": "https:\/\/www.nzfun.cn",
    "icons": {
        "128": "images\/icon_48.png",
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png"
    },
    "manifest_version": 2,
    "name": "Image Fetcher",
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "version": "1.0"
}