AliSave Plus - Download AliExpress Images

Download Aliexpress Product Images & Videos. The most popular tool for AliExpress!

AliSave Plus - Download AliExpress Images क्या है?

AliSave Plus - Download AliExpress Images https://alisaveplus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Aliexpress Product Images & Videos. The most popular tool for AliExpress!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Download product images & video, variation images, photos from description. 

This extension allows you to easily save AliExpress images and videos to your computer

Must have for dropshipping business

✜ ✜ ✜ AliSave Plus is free, give it a try ! ✜ ✜ ✜

[GETTING STARTED]
1. Install the extension by clicking the "Add to chrome" button.
2. Open an AliExpress product page.
3. Click on the download buttons.

[FEATURES]
- Download main product images, variations images and pictures from description
- Get the best quality image download
- Convert webp images to JPG
- Remove images metadatas
- Save product's video
- HTML product description
- Download a text file with product information.
- Works for both aliexpress.com and aliexpress.ru!

[ ___ HOT ___ FEATURES]
- Download as .ZIP.
- Search similar products by image on AliExpress.
- Download images one by one (right click).
- Watermark: Automatically adding watermark on image download.
- Compress images with the best quality and compression.
- Real photos:  product photos from customer feedbacks and product reviews.


*** Support all features on: AliExpress, Alibaba.

If you have any questions regarding privacy protection when using the service, please contact us by email at [[email protected]]                    

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

नाम AliSave Plus - Download AliExpress Images AliSave Plus - Download AliExpress Images
ID ppfoibjbcchcfifclhebkhnigneiceje
आधिकारिक URL https://chromewebstore.google.com/detail/alisave-plus-download-ali/ppfoibjbcchcfifclhebkhnigneiceje
विवरण Download Aliexpress Product Images & Videos. The most popular tool for AliExpress!
फ़ाइल का आकार 548 KB
स्थापना संख्या 118,670
वर्तमान संस्करण 3.0.15
अंतिम अपडेट 2023-11-20
प्रकाशन तिथि 2021-05-26
रेटिंग 4.50/5 कुल 507 रेटिंग्स
डेवलपर https://alisaveplus.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://alisaveplus.com
गोपनीयता नीति पृष्ठ URL https://alisaveplus.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AliSave Plus - Download AliExpress Images",
    "version": "3.0.15",
    "default_locale": "en",
    "description": "Download Aliexpress Product Images & Videos. The most popular tool for AliExpress!",
    "author": "AliSave Plus",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content_scripts.js"
            ],
            "css": [
                "assets\/css\/app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "AliSave Plus - Download AliExpress Images",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ]
}