DHGate Images Downloader

Easily save images from DHGate products to your computer!

DHGate Images Downloaderคืออะไร?

DHGate Images Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MXNPro และคุณลักษณะหลักของมันคือ "Easily save images from DHGate products to your computer!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DHGate Images Downloader

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

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

                        Save product images from DHGate in one click!

▬▬▬▬ GETTING STARTED ▬▬▬▬▬

1. Install the extension by clicking the “Add to chrome” button.
2. Open a DHGate product page.
3. Click on the download buttons next to the product images.

You can also the app window by clicking on the icon on the top right of your browser and start downloading!

▬▬▬▬▬ FEATURES ▬▬▬▬▬

FREE version:
- Download main product images, variations images and pictures from description
- Get the best quality image download

PRO version:
- Video download
- Organize downloads with subdirectories
- Remove images metadatas
- Download all images & videos in one click
- Download as .ZIP
- The best image and video quality possible
- Unlimited downloads
- Open download directory after download
- Show/Hide download buttons on product page                    

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

ชื่อ DHGate Images Downloader DHGate Images Downloader
ID ieejfjcaemejinfelolglicnnhimlnhp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dhgate-images-downloader/ieejfjcaemejinfelolglicnnhimlnhp
คำอธิบาย Easily save images from DHGate products to your computer!
ขนาดไฟล์ 537 KB
จำนวนการติดตั้ง 747
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-01-26
วันที่เผยแพร่ 2019-12-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา MXNPro
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://mxnpro.ovh/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DHGate Images Downloader",
    "short_name": "DHGate Images Downloader",
    "version": "1.0.3",
    "description": "Easily save images from DHGate products to your computer!",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab",
        "downloads",
        "https:\/\/www.dhgate.com\/product\/*",
        "http:\/\/www.dhgate.com\/product\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.dhgate.com\/product\/*",
                "http:\/\/www.dhgate.com\/product\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}