Download'em All

Download'em All

What is Download'em All?

Download'em All is a Chrome extension developed by godgodgodcool, and its main feature is "Download'em All".

Extension Screenshots

screenshot

Download Download'em All Extension CRX File

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

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

Extension Basic Information

Name Download'em All Download'em All
ID ccdfjnniglfbpaplecpifdiglfmcebce
Official URL https://chromewebstore.google.com/detail/downloadem-all/ccdfjnniglfbpaplecpifdiglfmcebce
Description Download'em All
File Size 70.75 KB
Installation Count 20,000
Current Version 1.1.2
Last Updated 2016-09-27
Publish Date 2016-09-26
Rating 3.20/5 Total 71 Ratings
Developer godgodgodcool
Payment Type free
Supported Languages 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'"
}