AMZ Downloader - Amazon Videos and Images

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

Apa itu AMZ Downloader - Amazon Videos and Images?

AMZ Downloader - Amazon Videos and Images adalah ekstensi Chrome yang dikembangkan oleh zemann.p, dan fitur utamanya adalah "Downloads Amazon product and variations images and videos and exports links to CSV.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AMZ Downloader - Amazon Videos and Images

Unduh file ekstensi AMZ Downloader - Amazon Videos and Images dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AMZ Downloader - Amazon Videos and Images AMZ Downloader - Amazon Videos and Images
ID ppoekdaclagjhfdjckangfblildnahka
URL Resmi https://chromewebstore.google.com/detail/amz-downloader-amazon-vid/ppoekdaclagjhfdjckangfblildnahka
Deskripsi Downloads Amazon product and variations images and videos and exports links to CSV.
Ukuran File 126 KB
Jumlah Instalasi 6,083
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-11-22
Tanggal Publikasi 2023-05-27
Penilaian 3.33/5 Total 12 Penilaian
Pengembang zemann.p
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://amzdownloader.com
URL Halaman Kebijakan Privasi https://chrome.amzdownloader.com/privacy
Bahasa yang Didukung 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"
    ]
}