Ecommerce Image Downloader

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

Qu'est-ce que Ecommerce Image Downloader ?

Ecommerce Image Downloader est une extension Chrome développée par linhnn.developer, et sa fonction principale est "Download Image from Ecommerce Website (Amazon, Ebay, Taobao, Shopee...)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ecommerce Image Downloader

Téléchargez les fichiers d'extension Ecommerce Image Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Ecommerce Image Downloader Ecommerce Image Downloader
ID oiaoeonjapnkifnhofdkgiohaieebokn
URL Officiel https://chrome.google.com/webstore/detail/ecommerce-image-downloade/oiaoeonjapnkifnhofdkgiohaieebokn
Description Download Image from Ecommerce Website (Amazon, Ebay, Taobao, Shopee...)
Taille du Fichier 273 KB
Nombre d'Installations 6,000
Version Actuelle 2.5.9
Dernière Mise à Jour 2024-02-05
Date de Publication 2020-04-23
Évaluation 4.00/5 Total 25 Évaluations
Développeur linhnn.developer
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension http://malitool.com/
URL de la Page d'Aide https://www.facebook.com/malitool
URL de la Page de Politique de Confidentialité http://malitool.com/amazon-image-downloader-policy.html
Langues Prises en Charge 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"
        }
    ]
}