Download Lazada products images
Download all the product images & videos on Lazada
Download Lazada products images là gì?
Download Lazada products images là một tiện ích mở rộng Chrome được phát triển bởi phillippmueller74, và tính năng chính của nó là "Download all the product images & videos on Lazada".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Download Lazada products images
Tải xuống các tệp mở rộng Download Lazada products images dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
With one easy click to download all the product images & videos on websites Lazada. Important: Go to Chrome Settings and turn off "Ask where to save each file before downloading." ---------------------------------------------------------------------------------- By using this add-on, you agree to Terms & Privacy available at https://www.aliimagesdl.com/privacy-and-cookies-policy
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Download Lazada products images |
ID | nfafjmamdfmgoggddemafpemhebiphid |
URL Chính Thức | https://chromewebstore.google.com/detail/download-lazada-products/nfafjmamdfmgoggddemafpemhebiphid |
Mô tả | Download all the product images & videos on Lazada |
Kích Thước Tệp | 108 KB |
Số Lần Cài Đặt | 120 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2023-04-02 |
Ngày Phát Hành | 2020-09-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | phillippmueller74 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://123seeks.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.0.3", "description": "__MSG_extDescription__", "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.lazada.com\/*", "*:\/\/*.lazada.vn\/*", "*:\/\/*.lazada.sg\/*", "*:\/\/*.lazada.com.ph\/*", "*:\/\/*.lazada.com.my\/*", "*:\/\/*.lazada.co.id\/*", "*:\/\/*.lazada.co.th\/*" ], "js": [ "content\/import-index.js" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "__MSG_extName__", "default_popup": "popup\/index.html" }, "permissions": [ "downloads", "storage" ], "host_permissions": [ "*:\/\/*.lazada.com\/*", "*:\/\/*.lazada.vn\/*", "*:\/\/*.lazada.sg\/*", "*:\/\/*.lazada.com.ph\/*", "*:\/\/*.lazada.com.my\/*", "*:\/\/*.lazada.co.id\/*", "*:\/\/*.lazada.co.th\/*" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "128": "icons\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "chunks\/*-*.js", "content\/index.js" ], "matches": [ "*:\/\/*.lazada.com\/*", "*:\/\/*.lazada.vn\/*", "*:\/\/*.lazada.sg\/*", "*:\/\/*.lazada.com.ph\/*", "*:\/\/*.lazada.com.my\/*", "*:\/\/*.lazada.co.id\/*", "*:\/\/*.lazada.co.th\/*" ] } ] } |