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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}