AMZ Downloader - Amazon Videos and Images

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

Wat is AMZ Downloader - Amazon Videos and Images?

AMZ Downloader - Amazon Videos and Images is een Chrome-extensie ontwikkeld door zemann.p, en de belangrijkste functie is "Downloads Amazon product and variations images and videos and exports links to CSV.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AMZ Downloader - Amazon Videos and Images

Download AMZ Downloader - Amazon Videos and Images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AMZ Downloader - Amazon Videos and Images AMZ Downloader - Amazon Videos and Images
ID ppoekdaclagjhfdjckangfblildnahka
Officiële URL https://chromewebstore.google.com/detail/amz-downloader-amazon-vid/ppoekdaclagjhfdjckangfblildnahka
Beschrijving Downloads Amazon product and variations images and videos and exports links to CSV.
Bestandsgrootte 126 KB
Aantal Installaties 6,083
Huidige Versie 1.1
Laatst Bijgewerkt 2023-11-22
Publicatiedatum 2023-05-27
Beoordeling 3.33/5 Totaal 12 Beoordelingen
Ontwikkelaar zemann.p
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://amzdownloader.com
URL van de Privacybeleid Pagina https://chrome.amzdownloader.com/privacy
Ondersteunde Talen 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"
    ]
}