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 Image Downloader", "version": "1.1", "description": "Activate this extension to download any type of images from Lazada Website with just one click.", "icons": { "16": "icon 16.png", "32": "icon 32.png", "64": "icon 64.png", "128": "icon 128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "notifications" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "libs\/jszip.min.js", "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon 16.png", "32": "icon 32.png", "64": "icon 64.png", "128": "icon 128.png" } }, "web_accessible_resources": [ { "resources": [ "test\/*" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ] }