AliExpress Image & Video Downloader

Download AliExpress product images and videos to use them for your dropshipping business.

AliExpress Image & Video Downloaderคืออะไร?

AliExpress Image & Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gaauge_Fastex_Pansion และคุณลักษณะหลักของมันคือ "Download AliExpress product images and videos to use them for your dropshipping business."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliExpress Image & Video Downloader

ดาวน์โหลดไฟล์ส่วนขยาย AliExpress Image & Video Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Downloads images and videos from AliExpress with this free dropshipping chrome extension called Download AliExpress Product Images & Videos.

Download any product - images or videos - from Aliexpress.com and Aliexpress.ru with a simple click. 
     - You can choose whether it is downloaded as ZIP or not. 
     -  Works for both aliexpress.com and aliexpress.ru !
     -  The pixel size of the downloads can also be varied.
     -  ZIP files are named after the product.
              
Download Aliexpress Product Images & Videos will save your time and nerves. A productivity boost, especially for resellers or dropshippers.

Download Aliexpress Product Images & Videos is designed so that you can download the main images of a product with one click. Videos are also downloaded here without any problems. The waiting time for the download itself increases with the videos. Best AliExpress image downloader.


This extension can also download all variant images with an extra button. For the description pictures, i.e. the pictures that the seller shows below on AliExpress to give more details about the product, you can also download with one click. The feedback images are especially helpful if you want to have authentic photos in your own reviews and are available with a button for you.

But it's best to check before hand how many ratings there are approximately. Not that you download hundreds of photos and your computer is busy for a long time if you don't want to. 

The button "All images" contains all photos, except the "Feedback Images". So don't worry about downloading hundreds of images with this click.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AliExpress Image & Video Downloader AliExpress Image & Video Downloader
ID pjanlmonchjiddiilhkonnppglfdglff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aliexpress-image-video-do/pjanlmonchjiddiilhkonnppglfdglff
คำอธิบาย Download AliExpress product images and videos to use them for your dropshipping business.
ขนาดไฟล์ 1.24 MB
จำนวนการติดตั้ง 238
เวอร์ชันปัจจุบัน 3.0.03
อัปเดตครั้งล่าสุด 2022-07-20
วันที่เผยแพร่ 2021-05-10
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Gaauge_Fastex_Pansion
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.alitools.xyz/p/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Download AliExpress product images and videos to use them for your dropshipping business.",
    "version": "3.0.03",
    "name": "AliExpress Image & Video Downloader",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "*:\/\/*.aliexpress.com\/",
        "*:\/\/*.aliexpress.ru\/",
        "*:\/\/*.alicdn.com\/",
        "*:\/\/cloud.video.taobao.com\/"
    ],
    "background": {
        "scripts": [
            ".\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.com\/store\/product\/*",
                "*:\/\/*.aliexpress.ru\/item\/*",
                "*:\/\/*.aliexpress.ru\/store\/product\/*"
            ],
            "run_at": "document_idle",
            "js": [
                ".\/productPage.bundle.js"
            ],
            "css": [
                ".\/css\/inject\/fontawesome.min.css",
                ".\/css\/inject\/styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "public\/**\/*.png",
        "public\/**\/*.jpg",
        "public\/*.woff2"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/public\/icon_1000.png",
            "48": "\/public\/icon_1000.png"
        }
    },
    "icons": {
        "48": "\/public\/icon_1000.png",
        "64": "\/public\/icon_1000.png",
        "128": "\/public\/icon_1000.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}