Downloader for Lazada
Save images from the Lazada website in one click.
Downloader for Lazadaคืออะไร?
Downloader for Lazada เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mxnpro.ovh และคุณลักษณะหลักของมันคือ "Save images from the Lazada website in one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downloader for Lazada
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |