Amazon Image Downloader

Download images from Amazon

Amazon Image Downloader क्या है?

Amazon Image Downloader linhnn.developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download images from Amazon"।

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

screenshot
screenshot

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

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

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

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम Amazon Image Downloader Amazon Image Downloader
ID oalmhfogblggbhjlllknlafhigpdaejk
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-image-downloader/oalmhfogblggbhjlllknlafhigpdaejk
विवरण Download images from Amazon
फ़ाइल का आकार 293 KB
स्थापना संख्या 29
वर्तमान संस्करण 1.6
अंतिम अपडेट 2022-12-26
प्रकाशन तिथि 2022-12-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर linhnn.developer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://malitool.com/
गोपनीयता नीति पृष्ठ URL http://malitool.com/amazon-image-downloader-policy.html
समर्थित भाषाएँ 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"
}