Ecommerce Image Downloader

Download Image from Ecommerce Website (Amazon, Ebay, Taobao, Shopee...)

Ecommerce Image Downloader क्या है?

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

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Download images, copy image's URL from Amazon, support for the websites bellow:
        - Amazon .(com | in | es | com.au | ca | de | fr | co.uk | it )
        - Ebay
        - Shopee
          ... and more supported websites, please check malitool.com for detail
Enable you to download product's video on Amazon.
Enable you to checking product's price history on Amazon.

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

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

नाम Ecommerce Image Downloader Ecommerce Image Downloader
ID oiaoeonjapnkifnhofdkgiohaieebokn
आधिकारिक URL https://chrome.google.com/webstore/detail/ecommerce-image-downloade/oiaoeonjapnkifnhofdkgiohaieebokn
विवरण Download Image from Ecommerce Website (Amazon, Ebay, Taobao, Shopee...)
फ़ाइल का आकार 273 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 2.5.9
अंतिम अपडेट 2024-02-05
प्रकाशन तिथि 2020-04-23
रेटिंग 4.00/5 कुल 25 रेटिंग्स
डेवलपर linhnn.developer
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट http://malitool.com/
सहायता पृष्ठ URL https://www.facebook.com/malitool
गोपनीयता नीति पृष्ठ URL http://malitool.com/amazon-image-downloader-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecommerce Image Downloader",
    "description": "Download Image from Ecommerce Website (Amazon, Ebay, Taobao, Shopee...)",
    "version": "2.5.9",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self'; img-src 'self'; media-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "http:\/\/localhost:8188\/"
    ],
    "permissions": [
        "downloads"
    ],
    "optional_permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "\/icon_128.png",
        "default_popup": "\/views\/popup.html"
    },
    "icons": {
        "16": "\/icon_16.png",
        "48": "\/icon_48.png",
        "128": "\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/open.png",
                "\/images\/download.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "defaults.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/lib\/jquery.js",
                "\/scripts\/send_images.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}