AliDownloader Plus | Get AliExpress images
Download product images for your ecommerce.
AliDownloader Plus | Get AliExpress imagesとは何ですか?
AliDownloader Plus | Get AliExpress imagesはhttps://alidownloader.comによって開発されたChromeの拡張機能で、その主な機能は「Download product images for your ecommerce.」です。
拡張機能のスクリーンショット
AliDownloader Plus | Get AliExpress images拡張機能のCRXファイルをダウンロード
AliDownloader Plus | Get AliExpress images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download AliExpress images and videos.
Get all the images of the product. Main, variant, description, feedback images.
- Download all images and videos directly from category page without going to product page
- Import links or make download list of products, and get all the images on one click 拡張機能の基本情報
| 名前 | |
| ID | dmpilgggihplnobnhaleacokpfmcnahm |
| 公式URL | https://chromewebstore.google.com/detail/alidownloader-plus-get-al/dmpilgggihplnobnhaleacokpfmcnahm |
| 説明 | Download product images for your ecommerce. |
| ファイルサイズ | 1.07 MB |
| インストール数 | 5,538 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2023-08-26 |
| 公開日 | 2022-03-01 |
| 評価 | 4.60/5 合計 5 レビュー |
| 開発者 | https://alidownloader.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.toriox.dev/privacy-policy.php |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AliDownloader Plus | Get AliExpress images",
"version": "1.5",
"manifest_version": 3,
"description": "Download product images for your ecommerce.",
"author": "Mladen Markovic",
"background": {
"service_worker": "background.js"
},
"icons": {
"16": ".\/assets\/logo\/icon16.png",
"32": ".\/assets\/logo\/icon32.png",
"48": ".\/assets\/logo\/icon48.png",
"64": ".\/assets\/logo\/icon64.png",
"128": ".\/assets\/logo\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_title": "AliDownloader Plus",
"default_icon": ".\/assets\/logo\/icon128.png",
"default_popup": "popup.html",
"scripts": "popup.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"js": [
".\/vendor\/jquery.min.js",
".\/constants\/common.js",
".\/components\/extra.js",
".\/utils\/storage.js",
".\/utils\/formatters.js",
".\/utils\/requests.js",
".\/components\/modal.js",
".\/services\/scrape.js",
".\/utils\/ui.js",
".\/utils\/getters.js",
".\/content\/aliexpress.js",
".\/content\/plus.js"
],
"css": [
".\/assets\/css\/custom.css"
],
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*",
"*:\/\/*.aliexpress.us\/*"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "modify",
"enabled": true,
"path": "declarativeRules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"\/*.png",
"\/*.gif",
"\/logo\/*",
"\/options.html",
".\/popup.html",
".\/vendor\/*",
".\/components\/*"
],
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*",
"*:\/\/*.aliexpress.us\/*"
]
}
],
"permissions": [
"downloads",
"tabs",
"storage",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*.alicdn.com\/*",
"*:\/\/cloud.video.taobao.com\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.alidownloader.com\/*",
"*:\/\/*.aliexpress.ru\/*"
],
"optional_host_permissions": [
"*:\/\/*.aliexpress.us\/*"
]
} | |