Open the Download file

Open the Download file

Open the Download file authomatically

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Open the Download file",
  "version": "2.3",
  "manifest_version": 2,
  "description": "Open the Download file authomatically",
  "icons": {
    "16": "icons16.png",
    "128": "icons128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "downloads",
    "downloads.open"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}