WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
S3 Multi File Downloader

S3 Multi File Downloader

View on Chrome Web Store
View S3 Multi File Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Easily download batches of files from S3 automatically with just one click using our Chrome extension.
Type
Extension
Users
668 users
6
kfiryahalom
View author page of kfiryahalom
Published
Published on October 28, 2024
Version 1.0.4
Manifest version
3
Updated
Updated on June 12, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View S3 Multi File Downloader Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top