AMZ Downloader - Amazon Videos and Images

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

Was ist AMZ Downloader - Amazon Videos and Images?

AMZ Downloader - Amazon Videos and Images ist eine Chrome-Erweiterung, die von zemann.p entwickelt wurde, und ihr Hauptmerkmal ist "Downloads Amazon product and variations images and videos and exports links to CSV.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

AMZ Downloader - Amazon Videos and Images-Erweiterungs-CRX-Datei herunterladen

Laden Sie AMZ Downloader - Amazon Videos and Images-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AMZ Downloader - Amazon Videos and Images AMZ Downloader - Amazon Videos and Images
ID ppoekdaclagjhfdjckangfblildnahka
Offizielle URL https://chromewebstore.google.com/detail/amz-downloader-amazon-vid/ppoekdaclagjhfdjckangfblildnahka
Beschreibung Downloads Amazon product and variations images and videos and exports links to CSV.
Dateigröße 126 KB
Installationsanzahl 6,083
Aktuelle Version 1.1
Letztes Update 2023-11-22
Veröffentlichungsdatum 2023-05-27
Bewertung 3.33/5 Insgesamt 12 Bewertungen
Entwickler zemann.p
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://amzdownloader.com
URL der Datenschutzrichtlinien-Seite https://chrome.amzdownloader.com/privacy
Unterstützte Sprachen 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"
    ]
}