Ecommerce Image Downloader Plus

Download Image from ecommerce websites (Amazon, Ebay, Walmart, Shopee...)

Cos'è Ecommerce Image Downloader Plus?

Ecommerce Image Downloader Plus è un'estensione di Chrome sviluppata da linhnn.developer, e la sua funzione principale è "Download Image from ecommerce websites (Amazon, Ebay, Walmart, Shopee...)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ecommerce Image Downloader Plus

Scarica i file di estensione Ecommerce Image Downloader Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Extension support bulk download images from ecommece website(Amazon, Ebay, Walmart, Shopee, Zazzle...). This is an advance version of "Ecomerce Image Downloader". 
It is going to support more and more ecommerce website with more features.

If have any error, please contact me: [email protected]                    

Informazioni di Base sull'Estensione

Nome Ecommerce Image Downloader Plus Ecommerce Image Downloader Plus
ID mmhpoibimjmhcghkpiemdonbgbnookii
URL Ufficiale https://chrome.google.com/webstore/detail/ecommerce-image-downloade/mmhpoibimjmhcghkpiemdonbgbnookii
Descrizione Download Image from ecommerce websites (Amazon, Ebay, Walmart, Shopee...)
Dimensione del File 276 KB
Conteggio Installazioni 4,000
Versione Corrente 2.5.9
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2021-05-06
Valutazione 4.31/5 Totale 13 Valutazioni
Sviluppatore linhnn.developer
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://malitool.com/
URL della Pagina di Aiuto https://www.facebook.com/malitool
URL della Pagina della Politica sulla Privacy http://malitool.com/amazon-image-downloader-policy.html
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecommerce Image Downloader Plus",
    "description": "Download Image from ecommerce websites (Amazon, Ebay, Walmart, 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\/"
    ],
    "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"
        }
    ]
}