Downloader for Lazada
Save images from the Lazada website in one click.
Downloader for Lazada क्या है?
Downloader for Lazada https://mxnpro.ovh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save images from the Lazada website in one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Downloader for Lazada एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |