Download'em All

Download'em All

什么是Download'em All?

Download'em All是由godgodgodcool开发的Chrome扩展程序,该扩展的主要功能是“Download'em All”。

扩展截图

screenshot

下载Download'em All扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 Download'em All Download'em All
ID ccdfjnniglfbpaplecpifdiglfmcebce
官方URL https://chromewebstore.google.com/detail/downloadem-all/ccdfjnniglfbpaplecpifdiglfmcebce
简介 Download'em All
文件大小 70.75 KB
安装次数 20,000
当前版本 1.1.2
更新时间 2016-09-27
上架时间 2016-09-26
评分 3.20/5 共71次评分
开发者 godgodgodcool
付费类型 free
支持的语言 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'"
}