AliDownloader Plus | Get AliExpress images

Download product images for your ecommerce.

ما هو AliDownloader Plus | Get AliExpress images؟

AliDownloader Plus | Get AliExpress images هو إضافة Chrome تم تطويرها بواسطة https://alidownloader.com، والميزة الرئيسية لها هي "Download product images for your ecommerce.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AliDownloader Plus | Get AliExpress images

قم بتنزيل ملفات الامتداد AliDownloader Plus | Get AliExpress images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Download AliExpress images and videos. 

Get all the images of the product. Main, variant, description, feedback images.

- Download all images and videos directly from category page without going to product page
- Import links or make download list of products, and get all the images on one click                    

معلومات أساسية عن التمديد

الاسم AliDownloader Plus | Get AliExpress images AliDownloader Plus | Get AliExpress images
ID dmpilgggihplnobnhaleacokpfmcnahm
عنوان URL الرسمي https://chromewebstore.google.com/detail/alidownloader-plus-get-al/dmpilgggihplnobnhaleacokpfmcnahm
الوصف Download product images for your ecommerce.
حجم الملف 1.07 MB
عدد التثبيتات 5,538
النسخة الحالية 1.5
آخر تحديث 2023-08-26
تاريخ النشر 2022-03-01
تقييم 4.60/5 مجموع تقييمات 5
المطور https://alidownloader.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.toriox.dev/privacy-policy.php
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliDownloader Plus | Get AliExpress images",
    "version": "1.5",
    "manifest_version": 3,
    "description": "Download product images for your ecommerce.",
    "author": "Mladen Markovic",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/assets\/logo\/icon16.png",
        "32": ".\/assets\/logo\/icon32.png",
        "48": ".\/assets\/logo\/icon48.png",
        "64": ".\/assets\/logo\/icon64.png",
        "128": ".\/assets\/logo\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_title": "AliDownloader Plus",
        "default_icon": ".\/assets\/logo\/icon128.png",
        "default_popup": "popup.html",
        "scripts": "popup.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                ".\/vendor\/jquery.min.js",
                ".\/constants\/common.js",
                ".\/components\/extra.js",
                ".\/utils\/storage.js",
                ".\/utils\/formatters.js",
                ".\/utils\/requests.js",
                ".\/components\/modal.js",
                ".\/services\/scrape.js",
                ".\/utils\/ui.js",
                ".\/utils\/getters.js",
                ".\/content\/aliexpress.js",
                ".\/content\/plus.js"
            ],
            "css": [
                ".\/assets\/css\/custom.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "modify",
                "enabled": true,
                "path": "declarativeRules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/*.png",
                "\/*.gif",
                "\/logo\/*",
                "\/options.html",
                ".\/popup.html",
                ".\/vendor\/*",
                ".\/components\/*"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ]
        }
    ],
    "permissions": [
        "downloads",
        "tabs",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.alicdn.com\/*",
        "*:\/\/cloud.video.taobao.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.alidownloader.com\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.aliexpress.us\/*"
    ]
}