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", "name": "S3 Multi File Downloader", "manifest_version": 3, "version": "1.0.4", "description": "Easily download batches of files from S3 automatically with just one click using our Chrome extension.", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.console.aws.amazon.com\/s3\/buckets\/" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": "icons\/icon.png" }, "icons": { "128": "icons\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.console.aws.amazon.com\/*" ], "js": [ "content.js" ] } ] }