AliSave - Download AliExpress Images & Videos

Downloads AliExpress product description, images and videos with one click.

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

AliSave - Download AliExpress Images & Videos alisave.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloads AliExpress product description, images and videos with one click."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        AliSave downloader able to download product description, images and videos in ONE click with the best quality possible! It is a 100% free extension.

"AliSave - Download AliExpress Images & Videos" google chrome extension add new features to your browser. This AliSave allows you to save images and videos, description from AliExpress directly to your computer. Its super simple to use.

Look, we know that eCommerce business owners “wear a lot of hats”, when it comes to daily administrative work to keep their shop running. It’s important to find tools that help to make tedious and time-consuming tasks easier, so you can focus on growing your business.

GETTING STARTED:
1. Install the Extension: Click "Add to chrome" button.
2. Open an AliExpress product page.
3. Press the download button to download all the images and videos, description from the page

That’s it!

Feel free to play with this tools and explore with it.

Thank you.                    

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

नाम AliSave - Download AliExpress Images & Videos AliSave - Download AliExpress Images & Videos
ID kcjlgfhgoihccjhldnglmeeedfoopihm
आधिकारिक URL https://chromewebstore.google.com/detail/alisave-download-aliexpre/kcjlgfhgoihccjhldnglmeeedfoopihm
विवरण Downloads AliExpress product description, images and videos with one click.
फ़ाइल का आकार 150 KB
स्थापना संख्या 8,285
वर्तमान संस्करण 3.2.6
अंतिम अपडेट 2023-11-02
प्रकाशन तिथि 2023-03-16
रेटिंग 4.64/5 कुल 11 रेटिंग्स
डेवलपर alisave.info
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.alisave.info
सहायता पृष्ठ URL https://www.alisave.info
गोपनीयता नीति पृष्ठ URL https://www.alisave.info/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AliSave - Download AliExpress Images & Videos",
    "version": "3.2.6",
    "description": "Downloads AliExpress product description, images and videos with one click.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Exte",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/item\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}