AMZ Downloader - Amazon Videos and Images

Downloads Amazon product and variations images and videos and exports links to CSV.

Cos'è AMZ Downloader - Amazon Videos and Images?

AMZ Downloader - Amazon Videos and Images è un'estensione di Chrome sviluppata da zemann.p, e la sua funzione principale è "Downloads Amazon product and variations images and videos and exports links to CSV.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AMZ Downloader - Amazon Videos and Images

Scarica i file di estensione AMZ Downloader - Amazon Videos and Images 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

                        AMZ Downloader allows you to download images and videos from Amazon product listing. You can download all images and videos of the product and variations on one click. Pictures and videos urls can be also exported to CSV. Videos can be also embeded to a website.

All features:

-Downloads all images and videos of a product and exports urls to CSV.
-Downloads all images and videos of a product variations and exports urls to CSV.
-Downloads all images and videos of a product and variations on one click and exports all urls to CSV.
-Creates html code to embed Amazon product video to a website.

AMZ Downloader supports all Amazon domains.                    

Informazioni di Base sull'Estensione

Nome AMZ Downloader - Amazon Videos and Images AMZ Downloader - Amazon Videos and Images
ID ppoekdaclagjhfdjckangfblildnahka
URL Ufficiale https://chromewebstore.google.com/detail/amz-downloader-amazon-vid/ppoekdaclagjhfdjckangfblildnahka
Descrizione Downloads Amazon product and variations images and videos and exports links to CSV.
Dimensione del File 126 KB
Conteggio Installazioni 6,083
Versione Corrente 1.1
Ultimo Aggiornamento 2023-11-22
Data di Pubblicazione 2023-05-27
Valutazione 3.33/5 Totale 12 Valutazioni
Sviluppatore zemann.p
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://amzdownloader.com
URL della Pagina della Politica sulla Privacy https://chrome.amzdownloader.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMZ Downloader - Amazon Videos and Images",
    "description": "Downloads Amazon product and variations images and videos and exports links to CSV.",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/chrome.amzdownloader.com\/*"
        ]
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "downloads",
        "scripting"
    ]
}