Bulk Media Downloader

Bulk Media Downloader

Grab and download media (image, audio, and video) resources by monitoring network (like FlashGot or Flash video downloader extensions)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Bulk Media Downloader",
  "description": "Grab and download media (image and video) sources by monitoring network (like FlashGot)",
  "version": "0.3.1",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "webRequest",
    "downloads",
    "notifications",
    "contextMenus",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "/v2/chrome.action.js",
      "/v2/chrome.contextMenus.create.js",
      "/v2/chrome.runtime.js",
      "/v2/chrome.windows.create.js",
      "/v2/chrome.windows.get.js",
      "/v2/chrome.windows.getCurrent.js",
      "worker.js"
    ]
  },
  "homepage_url": "https://webextension.org/listing/bulk-media-downloader.html",
  "icons": {
    "16": "/data/icons/16.png",
    "32": "/data/icons/32.png",
    "48": "/data/icons/48.png",
    "64": "/data/icons/64.png",
    "128": "/data/icons/128.png",
    "256": "/data/icons/256.png",
    "512": "/data/icons/512.png"
  },
  "web_accessible_resources": [
    "/data/inject/index.html"
  ],
  "commands": {
    "_execute_browser_action": {}
  },
  "browser_action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "{72b2e02b-3a71-4895-886c-fd12ebe36ba3}"
    }
  }
}