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": "Alisnap: AliExpress Image & Video Downloader ", "version": "1.0.6", "description": "Scrape product images, videos, and data from AliExpress", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" } }, "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*" ], "js": [ "content.js" ] } ], "permissions": [ "storage", "tabs", "activeTab", "downloads" ], "host_permissions": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*" ] }