Downloader for Lazada
Save images from the Lazada website in one click.
Downloader for Lazadaとは何ですか?
Downloader for Lazadaはhttps://mxnpro.ovhによって開発されたChromeの拡張機能で、その主な機能は「Save images from the Lazada website in one click.」です。
拡張機能のスクリーンショット
Downloader for Lazada拡張機能のCRXファイルをダウンロード
Downloader for Lazada拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save images from the Lazada website in one click. This extension allows you to download product's images and description images from the Lazada website directly to your computer. ▬▬▬▬▬ FEATURES ▬▬▬▬▬ FREE version: - Download main images - Download variants images - Get the best image quality PRO version: - Download description images - Save all images in one click (main, variant, description) - Best quality image possible - Organise downloads with subdirectories - Open download folder after saving images - Save images as .ZIP file format ▬▬▬▬▬ CONTACT ▬▬▬▬▬ If you have any questions, or suggestions to improve the app, please let us know at [email protected]!
拡張機能の基本情報
名前 | Downloader for Lazada |
ID | poadggnmgoaalhgdkjfdmkjaihableef |
公式URL | https://chromewebstore.google.com/detail/downloader-for-lazada/poadggnmgoaalhgdkjfdmkjaihableef |
説明 | Save images from the Lazada website in one click. |
ファイルサイズ | 219 KB |
インストール数 | 7,912 |
現在のバージョン | 1.0.6 |
最終更新日 | 2022-12-22 |
公開日 | 2021-04-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://mxnpro.ovh |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://downloader-for-lazada.mxnpro.ovh/ |
ヘルプページのURL | https://downloader-for-lazada.mxnpro.ovh/ |
プライバシーポリシーページのURL | https://mxnpro.ovh/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloader for Lazada", "short_name": "Downloader for Lazada", "version": "1.0.6", "description": "Save images from the Lazada website in one click.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "storage", "downloads", "*:\/\/*.lazada.co.id\/products*", "*:\/\/*.lazada.co.th\/products*", "*:\/\/*.lazada.com.my\/products*", "*:\/\/*.lazada.com.ph\/products*", "*:\/\/*.lazada.sg\/products*", "*:\/\/*.lazada.vh\/products*", "*:\/\/*.lazada.vn\/products*", "*:\/\/*.slatic.net\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html?route=popup" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/*.lazada.co.id\/products*", "*:\/\/*.lazada.co.th\/products*", "*:\/\/*.lazada.com.my\/products*", "*:\/\/*.lazada.com.ph\/products*", "*:\/\/*.lazada.sg\/products*", "*:\/\/*.lazada.vh\/products*", "*:\/\/*.lazada.vn\/products*" ], "css": [ "script.css" ], "js": [ "script.js" ] }, { "run_at": "document_idle", "matches": [ "https:\/\/downloader-for-lazada.mxnpro.ovh\/*" ], "js": [ "checkout.js" ] } ], "web_accessible_resources": [ "script.css" ] } |