Amazon image downloader

Amazon hi-res image downloader

什麼是Amazon image downloader?

Amazon image downloader是由https://cpull.com開發的Chrome擴展程式,該擴展的主要功能是“Amazon hi-res image downloader”。

擴展截圖

screenshot
screenshot

下載Amazon image downloader擴展crx文件

下載Amazon image downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Introducing a handy tool that makes downloading images from the Amazon website a breeze. With this plugin, you can effortlessly download the main image, variant images, and description images, all while organizing them into subdirectories. Additionally, you have the option to save your downloads as a zip file for simple storage and management. Whether you need to download a single image or multiple images at once, the Amazon Download Plugin has got you covered. Give it a try today and see how it streamlines your image download process.

Features:
FREE version:
- Download main images 
- Get the best image quality

PRO version:
- Download description images
- Save all images in one click (main, variant, description)
- Save all videos in one click
- Best quality image possible
- Organise downloads with subdirectories
- Open download folder after saving images
- Save images as .ZIP file format                    

擴展基本資訊

名稱 Amazon image downloader Amazon image downloader
ID lbdpgnkannbgjbjkmdmajdocdlhmdbbj
官方網址 https://chromewebstore.google.com/detail/amazon-image-downloader/lbdpgnkannbgjbjkmdmajdocdlhmdbbj
簡介 Amazon hi-res image downloader
檔案大小 388 KB
安裝次數 63
目前版本 0.1.1
更新時間 2023-10-13
上架時間 2023-05-15
開發者 https://cpull.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://cpull.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.754a7afc.png",
        "32": "icon32.plasmo.1b596b7f.png",
        "48": "icon48.plasmo.9c45e82d.png",
        "64": "icon64.plasmo.696cf0ec.png",
        "128": "icon128.plasmo.f5004619.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.754a7afc.png",
            "32": "icon32.plasmo.1b596b7f.png",
            "48": "icon48.plasmo.9c45e82d.png",
            "64": "icon64.plasmo.696cf0ec.png",
            "128": "icon128.plasmo.f5004619.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.1.1",
    "author": "cpull.com",
    "name": "Amazon image downloader",
    "description": "Amazon hi-res image downloader",
    "background": {
        "service_worker": "background.b78a8f7f.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "scripting",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/**",
                "*:\/\/*.amazon.com.au\/**",
                "*:\/\/*.amazon.com.be\/**",
                "*:\/\/*.amazon.com.br\/**",
                "*:\/\/*.amazon.com.mx\/**",
                "*:\/\/*.amazon.com.tr\/**",
                "*:\/\/*.amazon.co.jp\/**",
                "*:\/\/*.amazon.co.uk\/**",
                "*:\/\/*.amazon.ca\/**",
                "*:\/\/*.amazon.cn\/**",
                "*:\/\/*.amazon.eg\/**",
                "*:\/\/*.amazon.fr\/**",
                "*:\/\/*.amazon.de\/**",
                "*:\/\/*.amazon.in\/**",
                "*:\/\/*.amazon.it\/**",
                "*:\/\/*.amazon.nl\/**",
                "*:\/\/*.amazon.pl\/**",
                "*:\/\/*.amazon.sa\/**",
                "*:\/\/*.amazon.sg\/**",
                "*:\/\/*.amazon.es\/**",
                "*:\/\/*.amazon.se\/**",
                "*:\/\/*.amazon.ae\/**"
            ],
            "js": [
                "contents.477f1ca6.js"
            ],
            "all_frames": false,
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.be\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.eg\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.ae\/*"
            ],
            "resources": [
                "contents.f5529fb8.css"
            ]
        }
    ]
}