Download All Downloads

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

Qu'est-ce que Download All Downloads ?

Download All Downloads est une extension Chrome développée par Wiley Rogs, et sa fonction principale est "Allows you to download all downloads on the page you are currently on.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Download All Downloads

Téléchargez les fichiers d'extension Download All Downloads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Download All Downloads Download All Downloads
ID hainjkeoagfbofbpodkgchbogedlbcio
URL Officiel https://chromewebstore.google.com/detail/download-all-downloads/hainjkeoagfbofbpodkgchbogedlbcio
Description Allows you to download all downloads on the page you are currently on.
Taille du Fichier 8.07 KB
Nombre d'Installations 22
Version Actuelle 1.0
Dernière Mise à Jour 2019-05-19
Date de Publication 2019-05-15
Développeur Wiley Rogs
Type de Paiement free
Langues Prises en Charge 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"
    }
}