Lazada Downloader - Save lazada images
Download lazada product images in one click.
Lazada Downloader - Save lazada imagesとは何ですか?
Lazada Downloader - Save lazada imagesはEchoWebBot Teamによって開発されたChromeの拡張機能で、その主な機能は「Download lazada product images in one click.」です。
拡張機能のスクリーンショット
Lazada Downloader - Save lazada images拡張機能のCRXファイルをダウンロード
Lazada Downloader - Save lazada images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
👏🏻 Lazada Downloader helps you easily save and download various images of Lazada products with one click.
# Features
✓ Download main, variant, description images.
✓ Save all images (main, variants, descriptions) with one click.
✓ Best possible quality of images.
✓ Organize downloads with subdirectories.
✓ Save images as a ZIP file.
✓ Export image detail paths as CSV files.
✓ Open download folder after saving images.
# Data Privacy
All data is processed in your local computer, it never passes through our web server and no one knows what you have saved.
# Support
[email protected] 拡張機能の基本情報
| 名前 | |
| ID | lfoohcfmahfcpihbbfejdccigpolaogl |
| 公式URL | https://chromewebstore.google.com/detail/lazada-downloader-save-la/lfoohcfmahfcpihbbfejdccigpolaogl |
| 説明 | Download lazada product images in one click. |
| ファイルサイズ | 543 KB |
| インストール数 | 2,391 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2021-10-28 |
| 公開日 | 2021-10-28 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | EchoWebBot Team |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://lazadadownloader.echobot.dev/ |
| プライバシーポリシーページのURL | https://echobot.dev/privacy-policy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"homepage_url": "https:\/\/lazadadownloader.echobot.dev",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"storage",
"identity",
"downloads",
"*:\/\/*.lazada.co.id\/products*",
"*:\/\/*.lazada.co.th\/products*",
"*:\/\/*.lazada.com.my\/products*",
"*:\/\/*.lazada.com.ph\/products*",
"*:\/\/*.lazada.sg\/products*",
"*:\/\/*.lazada.vh\/products*",
"*:\/\/*.slatic.net\/*",
"*:\/\/*.echobot.dev\/*"
],
"oauth2": {
"client_id": "320687679761-lsr3sr8isb32ikovt5rotv8jec0dek47.apps.googleusercontent.com",
"scopes": [
"openid",
"email"
]
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
}
},
"content_scripts": [
{
"js": [
"libs\/jquery-3.6.0.min.js",
"js\/content-script.js"
],
"matches": [
"*:\/\/*.lazada.co.id\/products*",
"*:\/\/*.lazada.co.th\/products*",
"*:\/\/*.lazada.com.my\/products*",
"*:\/\/*.lazada.com.ph\/products*",
"*:\/\/*.lazada.sg\/products*",
"*:\/\/*.lazada.vh\/products*"
],
"run_at": "document_start"
}
],
"version": "1.0.0",
"content_security_policy": "script-src 'self' ; object-src 'self'"
} | |