Download All Downloads

Allows you to download all downloads on the page you are currently on.

What is Download All Downloads?

Download All Downloads is a Chrome extension developed by Wiley Rogs, and its main feature is "Allows you to download all downloads on the page you are currently on.".

Extension Screenshots

screenshot

Download Download All Downloads Extension CRX File

Download Download All Downloads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Allows you to download all downloads on the page you are currently on.                    

Extension Basic Information

Name Download All Downloads Download All Downloads
ID hainjkeoagfbofbpodkgchbogedlbcio
Official URL https://chromewebstore.google.com/detail/download-all-downloads/hainjkeoagfbofbpodkgchbogedlbcio
Description Allows you to download all downloads on the page you are currently on.
File Size 8.07 KB
Installation Count 22
Current Version 1.0
Last Updated 2019-05-19
Publish Date 2019-05-15
Developer Wiley Rogs
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download All Downloads",
    "version": "1.0",
    "description": "Allows you to download all downloads on the page you are currently on.",
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; default-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/image16.png",
        "48": "images\/image48.png"
    }
}