AliSuper Plus - AliExpress Image Downloader
Easily download AliExpress images and description to your computer for Your Drop shipping business.
什么是AliSuper Plus - AliExpress Image Downloader?
AliSuper Plus - AliExpress Image Downloader是由AliSuper Plus开发的Chrome扩展程序,该扩展的主要功能是“Easily download AliExpress images and description to your computer for Your Drop shipping business.”。
扩展截图
下载AliSuper Plus - AliExpress Image Downloader扩展crx文件
下载AliSuper Plus - AliExpress Image Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Our FREE Chrome Extension allow you Download AliExpress product images and description from AliExpress by one click, you need to use for your dropshipping business. This 100% free tool will save your time.
Download any product - images and description - from Aliexpress.com and Aliexpress.ru with one click. A productivity boost, especially for resellers or dropshippers.
100% FREE tool.
It's easy to set up.
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 from the page
That’s it! 扩展基本信息
| 名称 | |
| ID | pcbkeahacgjckcikibohfhlofpbaegdo |
| 官方URL | https://chromewebstore.google.com/detail/alisuper-plus-aliexpress/pcbkeahacgjckcikibohfhlofpbaegdo |
| 简介 | Easily download AliExpress images and description to your computer for Your Drop shipping business. |
| 文件大小 | 731 KB |
| 安装次数 | 596 |
| 当前版本 | 5.4.1 |
| 更新时间 | 2023-04-16 |
| 上架时间 | 2020-12-07 |
| 评分 | 5.00/5 共9次评分 |
| 开发者 | AliSuper Plus |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.alisuperplus.com |
| 帮助页面URL | https://www.alisuperplus.com/contact-us |
| 隐私政策页面URL | https://www.alisuperplus.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AliSuper Plus - AliExpress Image Downloader",
"description": "Easily download AliExpress images and description to your computer for Your Drop shipping business.",
"version": "5.4.1",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"16": ".\/public\/icon_16.png",
"48": ".\/public\/icon_48.png",
"128": ".\/public\/icon_128.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": ".\/public\/icon_16.png",
"48": ".\/public\/icon_48.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.aliexpress.com\/item\/*",
"*:\/\/*.aliexpress.com\/store\/product\/*",
"*:\/\/*.aliexpress.ru\/item\/*",
"*:\/\/*.aliexpress.ru\/store\/product\/*"
],
"run_at": "document_idle",
"js": [
".\/productPage.min.js"
],
"css": [
".\/css\/inject\/fontawesome.min.css",
".\/css\/inject\/styles.css"
]
},
{
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*"
],
"run_at": "document_idle",
"css": [
".\/css\/inject\/fontawesome.min.css",
".\/css\/inject\/styles.css"
]
}
],
"background": {
"scripts": [
".\/robot.min.js",
".\/background.min.js"
],
"persistent": true
},
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"*:\/\/*.aliexpress.com\/",
"*:\/\/*.aliexpress.ru\/",
"*:\/\/*.alicdn.com\/",
"*:\/\/cloud.video.taobao.com\/",
"*:\/\/fedotech.com\/"
],
"web_accessible_resources": [
"public\/**\/*.png",
"public\/**\/*.jpg",
"public\/*.woff2"
]
} | |