Download'em All

Download'em All

Wat is Download'em All?

Download'em All is een Chrome-extensie ontwikkeld door godgodgodcool, en de belangrijkste functie is "Download'em All".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Download'em All

Download Download'em All-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

                        Download the your current tab's files as possible with one click.                    

Basisinformatie over de Extensie

Naam Download'em All Download'em All
ID ccdfjnniglfbpaplecpifdiglfmcebce
Officiële URL https://chromewebstore.google.com/detail/downloadem-all/ccdfjnniglfbpaplecpifdiglfmcebce
Beschrijving Download'em All
Bestandsgrootte 70.75 KB
Aantal Installaties 20,000
Huidige Versie 1.1.2
Laatst Bijgewerkt 2016-09-27
Publicatiedatum 2016-09-26
Beoordeling 3.20/5 Totaal 71 Beoordelingen
Ontwikkelaar godgodgodcool
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download'em All",
    "description": "Download'em All",
    "version": "1.1.2",
    "homepage_url": "https:\/\/github.com\/micklinISgood",
    "browser_action": {
        "default_icon": "download'em all.png",
        "default_popup": "popup.html",
        "default_title": "Download'em All"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "download'em all.png",
        "48": "download'em all.png",
        "128": "download'em all.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}