Download All Downloads

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

Wat is Download All Downloads?

Download All Downloads is een Chrome-extensie ontwikkeld door Wiley Rogs, en de belangrijkste functie is "Allows you to download all downloads on the page you are currently on.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Download All Downloads

Download Download All Downloads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Download All Downloads Download All Downloads
ID hainjkeoagfbofbpodkgchbogedlbcio
Officiële URL https://chromewebstore.google.com/detail/download-all-downloads/hainjkeoagfbofbpodkgchbogedlbcio
Beschrijving Allows you to download all downloads on the page you are currently on.
Bestandsgrootte 8.07 KB
Aantal Installaties 22
Huidige Versie 1.0
Laatst Bijgewerkt 2019-05-19
Publicatiedatum 2019-05-15
Ontwikkelaar Wiley Rogs
Betalingswijze free
Ondersteunde Talen 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"
    }
}