download-to-year-month-day-dir

download-to-year-month-day-dir

Download files to ${DOWNLOAD_DIR}/year-month-day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "download-to-year-month-day-dir",
  "description": "Download files to ${DOWNLOAD_DIR}/year-month-day",
  "version": "1.0",
  "author": "pglira",
  "permissions": [
    "downloads"
  ],
  "background": {
    "service_worker": "background.js"
  }
}