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, "version": "2.0.0", "name": "Image Downloader for Alibaba\u2122 ", "description": "Install AliExpress\u2122 & Alibaba\u2122 image downloader and save product Images with one click", "background": { "service_worker": "background\/background.js" }, "action": { "default_popup": "popup\/popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "https:\/\/www.alibaba.com\/*", "https:\/\/www.aliexpress.us\/*" ], "js": [ "content\/content.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "icon.png", "logo1.png" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "tabs", "storage", "activeTab", "notifications" ] }