Download Organizer

Download Organizer

Set custom rules for redirecting downloads with just a few clicks and let your files organize themselves! No more searching in a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Download Organizer",
  "version": "1.0.2",
  "manifest_version": 2,
  "background": {
    "persistent": false,
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Download Organizer"
  },
  "permissions": [
    "downloads",
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}