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
官方網址 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"
    }
}