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开发的Chrome扩展程序,该扩展的主要功能是“Extract all product images from AliExpress in the best quality!”。

扩展截图

screenshot
screenshot

下载AliPictures - The Aliexpress Image Extractor扩展crx文件

下载AliPictures - The Aliexpress Image Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}