WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Image Downloader for Alibaba™

Image Downloader for Alibaba™

View on Chrome Web Store
View Image Downloader for Alibaba™ Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (1 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Install AliExpress™ & Alibaba™ image downloader and save product Images with one click
Type
Extension
Users
75 users
1
Image Downloader for AliExpress
View author page of Image Downloader for AliExpress
Published
Published on November 8, 2023
Version 2.0.0
Manifest version
3
Updated
Updated on August 20, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Image Downloader for Alibaba™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.0",
    "name": "Image Downloader for Alibaba\u2122 ",
    "description": "Install AliExpress\u2122 & Alibaba\u2122 image downloader and save product Images with one click",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.alibaba.com\/*",
                "https:\/\/www.aliexpress.us\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "logo1.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "notifications"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top