Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lazada\u2122 Downloader | Download images & videos", "version": "1.0.5", "description": "One-click download of images and videos from Lazada, supporting both individual file and full file packaging download.", "action": { "default_icon": ".\/assets\/images\/logo.png", "default_popup": ".\/popup\/index.html" }, "icons": { "16": "assets\/images\/logo.png", "48": "assets\/images\/logo.png", "128": "assets\/images\/logo.png" }, "oauth2": { "client_id": "260833350733-bgp80oknqgd94n4rm208drcjl0s4g3mt.apps.googleusercontent.com", "scopes": [ "email", "openid" ] }, "permissions": [ "identity", "identity.email", "tabs", "storage" ], "host_permissions": [ "*:\/\/*.lazada.co.id\/*", "*:\/\/*.lazada.com.my\/*", "*:\/\/*.lazada.com.ph\/*", "*:\/\/*.lazada.sg\/*", "*:\/\/*.lazada.co.th\/*", "*:\/\/*.lazada.vn\/*", "https:\/\/cloud.video.lazada.com\/*", "https:\/\/lazvideo.lazcdn.com\/*", "*:\/\/*.yueplan.top\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.lazada.co.id\/*", "*:\/\/*.lazada.com.my\/*", "*:\/\/*.lazada.com.ph\/*", "*:\/\/*.lazada.sg\/*", "*:\/\/*.lazada.co.th\/*", "*:\/\/*.lazada.vn\/*", "*:\/\/*.yueplan.top\/*" ], "js": [ "contentScripts\/index.global.js" ] } ] }