AliPictures - The Aliexpress Image Extractor

Extract all product images from AliExpress in the best quality!

AliPictures - The Aliexpress Image Extractor क्या है?

AliPictures - The Aliexpress Image Extractor b1nary द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract all product images from AliExpress in the best quality!"।

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

screenshot
screenshot

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

crx प्रारूप में AliPictures - The Aliexpress Image Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        The most effective extension to extract the best quality pictures out of Aliexpress.

Extract from AliExpress:
- Product Pictures
- Variant Pictures
- Description Pictures

and download them as .ZIP file in the best available quality!

No other Aliexpress image plugin as as effect and as simple as ours. You are just one click away to receive the best quality pictures of any product on Aliexpress. Collect any images you like, product, variants or description pictures and easily download them as ZIP file (renamed to their product id!).                    

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

नाम AliPictures - The Aliexpress Image Extractor AliPictures - The Aliexpress Image Extractor
ID hclfjpelhelidehkbllfnpppkjlpcjom
आधिकारिक URL https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom
विवरण Extract all product images from AliExpress in the best quality!
फ़ाइल का आकार 107 KB
स्थापना संख्या 27
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2021-09-22
प्रकाशन तिथि 2021-09-22
डेवलपर b1nary
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliPictures - The Aliexpress Image Extractor",
    "version": "0.1.0",
    "manifest_version": 3,
    "description": "Extract all product images from AliExpress in the best quality!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "jquery.js",
                "inject.js"
            ]
        }
    ]
}