bing-collection-downloader

bing-collection-downloader

bulk download images from bing image creator collection

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "bing-collection-downloader",
  "version": "1.3.1",
  "description": "bulk download images from bing image creator collection",
  "content_scripts": [
    {
      "matches": [
        "https://www.bing.com/saves*"
      ],
      "js": [
        "script.js",
        "JSZip.js"
      ]
    }
  ],
  "manifest_version": 3
}