Run On Download Complete

Run On Download Complete

run a program or script when a download completes with save location (filepath) and url of the download as available arguments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "igorlogius",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "60.0"
    }
  },
  "description": "run on download complete",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "rodc",
  "permissions": [
    "nativeMessaging",
    "downloads"
  ],
  "version": "0.1.6"
}