Download All Downloads

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

什么是Download All Downloads?

Download All Downloads是由Wiley Rogs开发的Chrome扩展程序,该扩展的主要功能是“Allows you to download all downloads on the page you are currently on.”。

扩展截图

screenshot

下载Download All Downloads扩展crx文件

下载Download All Downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Download All Downloads Download All Downloads
ID hainjkeoagfbofbpodkgchbogedlbcio
官方URL https://chromewebstore.google.com/detail/download-all-downloads/hainjkeoagfbofbpodkgchbogedlbcio
简介 Allows you to download all downloads on the page you are currently on.
文件大小 8.07 KB
安装次数 22
当前版本 1.0
更新时间 2019-05-19
上架时间 2019-05-15
开发者 Wiley Rogs
付费类型 free
支持的语言 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"
    }
}