One Click Downloader

One Click Downloader

Automatically save downloaded files to different folders based on their type or name.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.2.3",
  "author": "Till Haldimann",
  "icons": {
    "16": "graphics/16.png",
    "48": "graphics/48.png",
    "128": "graphics/128.png"
  },
  "permissions": [
    "downloads",
    "contextMenus",
    "tabs",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "scripts/event.js"
    ],
    "persistent": false
  },
  "options_page": "pages/options.html"
}