Image Downloader - Image Eye

Search and Download all images on a web page.

What is Image Downloader - Image Eye?

Image Downloader - Image Eye is a Chrome extension developed by PerrkLex_Dogg, and its main feature is "Search and Download all images on a web page.".

Extension Screenshots

screenshot
screenshot

Download Image Downloader - Image Eye Extension CRX File

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

                        Search and Download all images on a web page.

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, etc...)

You can Download any websites images....!                    

Extension Basic Information

Name Image Downloader - Image Eye Image Downloader - Image Eye
ID khklnbndokpbhebbienfbmihjccogifa
Official URL https://chrome.google.com/webstore/detail/image-downloader-image-ey/khklnbndokpbhebbienfbmihjccogifa
Description Search and Download all images on a web page.
File Size 1.17 MB
Installation Count 2,717
Current Version 3.0.1
Last Updated 2022-08-30
Publish Date 2022-06-16
Rating 4.81/5 Total 21 Ratings
Developer PerrkLex_Dogg
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/perklen/privacy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "53.0"
        }
    },
    "manifest_version": 3,
    "name": "Image Downloader - Image Eye",
    "short_name": "imageyeplus",
    "description": "Search and Download all images on a web page.",
    "default_locale": "en",
    "version": "3.0.1",
    "action": {
        "default_icon": "imageyeplus128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "fixR.js"
    },
    "icons": {
        "128": "imageyeplus128.png"
    }
}