AMZ Downloader - Amazon Videos and Images

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

Что такое AMZ Downloader - Amazon Videos and Images?

AMZ Downloader - Amazon Videos and Images - это расширение Chrome, разработанное zemann.p, и его основная функция - "Downloads Amazon product and variations images and videos and exports links to CSV.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения AMZ Downloader - Amazon Videos and Images

Скачайте файлы расширений AMZ Downloader - Amazon Videos and Images в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название AMZ Downloader - Amazon Videos and Images AMZ Downloader - Amazon Videos and Images
ID ppoekdaclagjhfdjckangfblildnahka
Официальный URL https://chromewebstore.google.com/detail/amz-downloader-amazon-vid/ppoekdaclagjhfdjckangfblildnahka
Описание Downloads Amazon product and variations images and videos and exports links to CSV.
Размер файла 126 KB
Количество установок 6,083
Текущая Версия 1.1
Последнее Обновление 2023-11-22
Дата публикации 2023-05-27
Рейтинг 3.33/5 Всего 12 оценок
Разработчик zemann.p
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://amzdownloader.com
URL страницы политики конфиденциальности https://chrome.amzdownloader.com/privacy
Поддерживаемые языки 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"
    ]
}