Amazon image downloader

Amazon hi-res image downloader

Amazon image downloader क्या है?

Amazon image downloader https://cpull.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Amazon hi-res image downloader"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon image downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}