AMZ Downloader - Amazon Videos and Images

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

Co to jest AMZ Downloader - Amazon Videos and Images?

AMZ Downloader - Amazon Videos and Images to rozszerzenie Chrome opracowane przez zemann.p, a jego główną funkcją jest „Downloads Amazon product and variations images and videos and exports links to CSV.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AMZ Downloader - Amazon Videos and Images

Pobierz pliki rozszerzeń AMZ Downloader - Amazon Videos and Images w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AMZ Downloader - Amazon Videos and Images AMZ Downloader - Amazon Videos and Images
ID ppoekdaclagjhfdjckangfblildnahka
Oficjalny URL https://chromewebstore.google.com/detail/amz-downloader-amazon-vid/ppoekdaclagjhfdjckangfblildnahka
Opis Downloads Amazon product and variations images and videos and exports links to CSV.
Rozmiar pliku 126 KB
Liczba instalacji 6,083
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-11-22
Data Publikacji 2023-05-27
Ocena 3.33/5 Łącznie 12 Oceny
Deweloper zemann.p
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://amzdownloader.com
Adres URL Strony Polityki Prywatności https://chrome.amzdownloader.com/privacy
Obsługiwane Języki 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"
    ]
}