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
Eメール [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"
    ]
}