Aliexpress images & description Downloader
DropshipMeta - Download Aliexpress product images & description with one click
什麼是Aliexpress images & description Downloader?
Aliexpress images & description Downloader是由DropshipMeta 2開發的Chrome擴展程式,該擴展的主要功能是“DropshipMeta - Download Aliexpress product images & description with one click”。
擴展截圖
下載Aliexpress images & description Downloader擴展crx文件
下載Aliexpress images & description Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension you can download :
- Product images
- product variation images
- description images
- html description
all this with one click !!!
By DropshipMeta 擴展基本資訊
| 名稱 | |
| ID | mfbonfheoldfhbampfegagdmibpbihpd |
| 官方網址 | https://chromewebstore.google.com/detail/aliexpress-images-descrip/mfbonfheoldfhbampfegagdmibpbihpd |
| 簡介 | DropshipMeta - Download Aliexpress product images & description with one click |
| 檔案大小 | 49.2 KB |
| 安裝次數 | 3,015 |
| 目前版本 | 0.1.0 |
| 更新時間 | 2023-03-24 |
| 上架時間 | 2019-07-11 |
| 評分 | 4.35/5 共 34 次評分 |
| 開發者 | DropshipMeta 2 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.DropshipMeta.com |
| 說明頁面URL | https://www.DropshipMeta.com |
| 隱私政策頁面URL | https://dropshipmeta.com/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"lib\/jquery-3.2.1.min.js",
"js\/domTask.js"
],
"matches": [
"*:\/\/*.aliexpress.com\/item\/*",
"*:\/\/*.aliexpress.us\/item\/*"
],
"run_at": "document_end"
}
],
"description": "DropshipMeta - Download Aliexpress product images & description with one click",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkzj3MUHg0w4AnB75OSku\/r+K8ClGAvVN4Z\/JwTmgHbW8WmofHeJXYtC37DsJfeKDYzdk34sIAd45GZCofspVY2+mq9bbokrN30zs0TeR+R2GI4k0DCLqWD+6ExyLdWEESIk74d0E0vORWH4G3my9Gy1ZSmHt7Ocm3MDK+PJ8XfzBBhYC4JGZBMkMPWnH2j46S3leRRJsmU1HfRc+OktoctSmG6XjBpIw0b0ZKR4QLQUmSgRBYoD7eXRQEWrRfVV2GkuUYPvesfqk3wEEMUGDcBzbr3098QeTMvDfPXieZz8TUsvVKWK\/Ek4U\/qatY4XMANKlbUXwsGtsgy\/k\/IbRuQIDAQAB",
"manifest_version": 3,
"name": "Aliexpress images & description Downloader",
"permissions": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.us\/*",
"downloads",
"tabs"
],
"short_name": "Aliexpress images & description Downloader",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.0"
} | |