Amazon Image Downloader

Download images from Amazon

What is Amazon Image Downloader?

Amazon Image Downloader is a Chrome extension developed by linhnn.developer, and its main feature is "Download images from Amazon".

Extension Screenshots

screenshot
screenshot

Download Amazon Image Downloader Extension CRX File

Download Amazon 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

                        Key Functions: 
- Download images from Amazon with only one click, 
- Copy image's URL from Amazon
- Download images as Zip file

We support for the websites Amazon .(com | in | es | com.au | ca | de | fr | co.uk | it )

Extension help your work faster and easier!
For any support, please contact me via email: [email protected]                    

Extension Basic Information

Name Amazon Image Downloader Amazon Image Downloader
ID oalmhfogblggbhjlllknlafhigpdaejk
Official URL https://chromewebstore.google.com/detail/amazon-image-downloader/oalmhfogblggbhjlllknlafhigpdaejk
Description Download images from Amazon
File Size 293 KB
Installation Count 29
Current Version 1.6
Last Updated 2022-12-26
Publish Date 2022-12-19
Rating 5.00/5 Total 1 Ratings
Developer linhnn.developer
Email [email protected]
Payment Type free
Extension Website https://malitool.com/
Privacy Policy Page URL http://malitool.com/amazon-image-downloader-policy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Image Downloader",
    "description": "Download images from Amazon",
    "version": "1.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/url.png",
                "images\/download.png",
                "images\/multil.png",
                "images\/zip.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "\/lib\/jquery.js",
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "options_page": "options.html"
}