AliDownloader | Download AliExpress images

Get and edit product images for your ecommerce.

AliDownloader | Download AliExpress images क्या है?

AliDownloader | Download AliExpress images https://alidownloader.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get and edit product images for your ecommerce."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AliDownloader | Download AliExpress images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        AliDownloader is a free extension that enables you to quickly get product main, variant, description and feedback images from AliExpress, including product videos! It also offers live editing of images before download. 

(ALL FEATURES ARE FREE TO USE)

Download AliExpress Product Images in 3 Easy Steps

1. Get and install AliDownloader 

2. Search for your product on AliExpress.

3. Click and get the chosen product images to your computer.

It’s as simple as that! 

Features

If you’re into ecommerce and dropshipping products from AliExpress, here’s why you should install Alidownloader Extension today.

-> Get Product Videos
Videos are very important when it comes to your online store conversion and performance. Use this tool to get videos.

-> Download Main Product Images
Sellers on AliExpress upload several images for their products. Click on the download icon to get all main product images for that product. 

-> Live Edit of Product Images 
Easily remove logos from product images. No more worrying about unnecessary elements in the product image.

-> Zip all Images
This extension enables you to neatly organize all your downloaded images in a zipped folder – all organized according to product and ready to go!                    

एक्सटेंशन की मूल जानकारी

नाम AliDownloader | Download AliExpress images AliDownloader | Download AliExpress images
ID mbjikohjdmmhmmafgeigacodcgajeoge
आधिकारिक URL https://chromewebstore.google.com/detail/alidownloader-download-al/mbjikohjdmmhmmafgeigacodcgajeoge
विवरण Get and edit product images for your ecommerce.
फ़ाइल का आकार 1.04 MB
स्थापना संख्या 40,846
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2024-01-11
प्रकाशन तिथि 2020-05-14
रेटिंग 3.45/5 कुल 22 रेटिंग्स
डेवलपर https://alidownloader.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.toriox.dev/privacy-policy.php
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliDownloader | Download AliExpress images",
    "version": "1.0.5",
    "manifest_version": 3,
    "description": "Get and edit 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",
        "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",
                ".\/components\/aff.js",
                ".\/constants\/common.js",
                ".\/utils\/ui.js",
                ".\/utils\/formatters.js",
                ".\/utils\/getters.js",
                ".\/content\/aliexpress.js"
            ],
            "css": [
                ".\/assets\/css\/custom.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*.png",
                "\/*.gif",
                "\/logo\/*",
                "\/options.html",
                ".\/popup.html",
                ".\/vendor\/*",
                ".\/constants\/*",
                ".\/utils\/*"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ]
        }
    ],
    "permissions": [
        "downloads",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.alicdn.com\/*",
        "*:\/\/cloud.video.taobao.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.alidownloader.com\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.aliexpress.us\/*"
    ]
}