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是由zemann.p开发的Chrome扩展程序,该扩展的主要功能是“Downloads Amazon product and variations images and videos and exports links to CSV.”。

扩展截图

screenshot
screenshot
screenshot

下载AMZ Downloader - Amazon Videos and Images扩展crx文件

下载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"
    ]
}