AliDown Plus| AliExpress Image Downloader

Download AliExpress and AliBaba Product Images and Videos.

AliDown Plus| AliExpress Image Downloader क्या है?

AliDown Plus| AliExpress Image Downloader One Technology द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download AliExpress and AliBaba Product Images and Videos."।

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

screenshot

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

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

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

                        Download AliExpress Product Images & Description for Your Drop Shipping Business in one click!
This extension allows you to easily download AliExpress images to your computer.
You will be able to download product images in one click with the best quality possible!

Downloads AliExpress Product Images and Description With One Click.

How to Download AliExpress Product Images:
 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
1. Install the extension by clicking the “Add to chrome” button.
2. Open an AliExpress product page.
3. Click on the download buttons next to the product images.
4. That’s it!

 ▬▬Why You Should Install This Extension▬▬
Easiest way to download aliexpress product images and html description to use them for your dropshipping business.
Downloads images and html description from Aliexpress with this free dropshipping chrome extension called Aliexpress Product Image Downloader.
As its a free tool so it contains affiliates of aliexpress.
1. Unlike other extensions in the Chrome Store that charge you for different image download options. 
2. You can download all images.
3. HTML product description

Thank you.
Install and download any image you need just in one click.                    

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

नाम AliDown Plus| AliExpress Image Downloader AliDown Plus| AliExpress Image Downloader
ID edhbcclfikhinfpmgcpjhjclmjinhchn
आधिकारिक URL https://chromewebstore.google.com/detail/alidown-plus-aliexpress-i/edhbcclfikhinfpmgcpjhjclmjinhchn
विवरण Download AliExpress and AliBaba Product Images and Videos.
फ़ाइल का आकार 485 KB
स्थापना संख्या 33
वर्तमान संस्करण 2.2
अंतिम अपडेट 2021-12-14
प्रकाशन तिथि 2021-08-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर One Technology
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/view/avengercontactmail/home
सहायता पृष्ठ URL https://sites.google.com/view/avengercontactmail/home
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/avengerprivacypolicy/home
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliDown Plus| AliExpress Image Downloader",
    "version": "2.2",
    "manifest_version": 2,
    "description": "Download AliExpress and AliBaba Product Images and Videos.",
    "author": "Bruce Collette",
    "background": {
        "scripts": [
            ".\/vendor\/jquery.min.js",
            ".\/vendor\/jszip-utils\/jszip-utils.min.js",
            ".\/vendor\/jszip\/jszip.min.js",
            ".\/components\/functionality.js",
            "background.js"
        ],
        "persistent": true
    },
    "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": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "AliSaver | Download AliExpress Image & Video",
        "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\/extra.js",
                ".\/components\/functionality.js",
                ".\/components\/basic.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ]
        },
        {
            "js": [
                ".\/vendor\/jquery.min.js",
                ".\/components\/extra.js",
                ".\/components\/functionality.js",
                ".\/components\/alibaba.js"
            ],
            "matches": [
                "*:\/\/*.alibaba.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/*.png",
        "\/options.html",
        ".\/popup.html",
        ".\/vendor\/*",
        ".\/components\/*"
    ],
    "permissions": [
        "*:\/\/*.alicdn.com\/*",
        "*:\/\/cloud.video.taobao.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.alibaba.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "tabs",
        "storage",
        "contextMenus"
    ]
}