Ecommerce Image Downloader Plus

Download Image from ecommerce websites (Amazon, Ebay, Walmart, Shopee...)

Ecommerce Image Downloader Plusคืออะไร?

Ecommerce Image Downloader Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย linhnn.developer และคุณลักษณะหลักของมันคือ "Download Image from ecommerce websites (Amazon, Ebay, Walmart, Shopee...)"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ecommerce Image Downloader Plus

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

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

                        Extension support bulk download images from ecommece website(Amazon, Ebay, Walmart, Shopee, Zazzle...). This is an advance version of "Ecomerce Image Downloader". 
It is going to support more and more ecommerce website with more features.

If have any error, please contact me: [email protected]                    

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

ชื่อ Ecommerce Image Downloader Plus Ecommerce Image Downloader Plus
ID mmhpoibimjmhcghkpiemdonbgbnookii
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ecommerce-image-downloade/mmhpoibimjmhcghkpiemdonbgbnookii
คำอธิบาย Download Image from ecommerce websites (Amazon, Ebay, Walmart, Shopee...)
ขนาดไฟล์ 276 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 2.5.9
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2021-05-06
คะแนน 4.31/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา linhnn.developer
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://malitool.com/
URL หน้าช่วยเหลือ https://www.facebook.com/malitool
URL หน้านโยบายความเป็นส่วนตัว http://malitool.com/amazon-image-downloader-policy.html
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecommerce Image Downloader Plus",
    "description": "Download Image from ecommerce websites (Amazon, Ebay, Walmart, Shopee...)",
    "version": "2.5.9",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self'; img-src 'self'; media-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "http:\/\/localhost:8188\/"
    ],
    "optional_permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "\/icon_128.png",
        "default_popup": "\/views\/popup.html"
    },
    "icons": {
        "16": "\/icon_16.png",
        "48": "\/icon_48.png",
        "128": "\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/open.png",
                "\/images\/download.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "defaults.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/lib\/jquery.js",
                "\/scripts\/send_images.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}