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