Asset Eater

Bulk download all the items on a Google DoubleClick asset library page.

什麼是Asset Eater?

Asset Eater是由Luke Twomey開發的Chrome擴展程式,該擴展的主要功能是“Bulk download all the items on a Google DoubleClick asset library page.”。

擴展截圖

screenshot
screenshot

下載Asset Eater擴展crx文件

下載Asset Eater擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Asset Eater allows you to easily download a large number of Google DoubleClick assets in one go. When viewing a page of assets in the asset library, you no longer have to 'right-click save as' on each individual item. In one click, Asset Eater will conveniently download all the assets on the page for you, saving time and frustration.

It couldn't be simpler to use:

- open the DoubleClick folder containing the assets to download
- click on the extension icon in the Chrome toolbar
- find your downloaded assets in your local Downloads folder

Note – If there is more than one page of assets, you will need to click the icon on every page.

Support - please email [email protected] for all comments and queries regarding Asset Eater.                    

擴展基本資訊

名稱 Asset Eater Asset Eater
ID gfbljoccbogemholomfngbfmpfnneejk
官方網址 https://chromewebstore.google.com/detail/asset-eater/gfbljoccbogemholomfngbfmpfnneejk
簡介 Bulk download all the items on a Google DoubleClick asset library page.
檔案大小 4.46 MB
安裝次數 51
目前版本 1.4
更新時間 2017-06-30
上架時間 2017-06-30
開發者 Luke Twomey
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asset Eater",
    "description": "Bulk download all the items on a Google DoubleClick asset library page.",
    "version": "1.4",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "downloads",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "listener.js"
        ],
        "persistent": false
    }
}