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

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

                        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/
عنوان صفحة المساعدة https://www.facebook.com/malitool
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}