Image Downloader

Browse and download images from websites using Image Downloader.

What is Image Downloader?

Image Downloader is a Chrome extension developed by FREE APPS, and its main feature is "Browse and download images from websites using Image Downloader.".

Extension Screenshots

screenshot
screenshot

Download Image Downloader Extension CRX File

Download Image Downloader 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

                        Image Downloader can browse, find and download images from any web pages. All picture gallery from the website are displayed in extension. Fast photo downloader one click.

For downloading click to the icon of extension on current website. It will display all photos on web page. Click on the green arrow and the image will be saved to hard disk.

You can download photos from Instagram, Facebook and more popular webs. Support formats are JPG, PNG, GIF, JPEG.                    

Extension Basic Information

Name Image Downloader Image Downloader
ID famigmidcdlbjhapgalgnebdfbgcleko
Official URL https://chrome.google.com/webstore/detail/image-downloader/famigmidcdlbjhapgalgnebdfbgcleko
Description Browse and download images from websites using Image Downloader.
File Size 110 KB
Installation Count 421
Current Version 1.0.0
Last Updated 2020-11-23
Publish Date 2020-11-23
Rating 3.67/5 Total 3 Ratings
Developer FREE APPS
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.smart-finder.net/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Image Downloader",
    "description": "Browse and download images from websites using Image Downloader.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "img\/ico_128.png",
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}