Downloads Router - with overwrite

Organize your downloads automatically! Set custom download locations based on filename.

What is Downloads Router - with overwrite?

Downloads Router - with overwrite is a Chrome extension developed by cdrosenlund.dev, and its main feature is "Organize your downloads automatically! Set custom download locations based on filename.".

Extension Screenshots

screenshot

Download Downloads Router - with overwrite Extension CRX File

Download Downloads Router - with overwrite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will route downloaded files to specified folders on your computer. Can be done using regex of content name. There is an option to have the downloaded content to overwrite the name if a duplicate is found.                    

Extension Basic Information

Name Downloads Router - with overwrite Downloads Router - with overwrite
ID gdhonnfhmbfjipjbjineecnknbpjeemh
Official URL https://chromewebstore.google.com/detail/downloads-router-with-ove/gdhonnfhmbfjipjbjineecnknbpjeemh
Description Organize your downloads automatically! Set custom download locations based on filename.
File Size 18.49 KB
Installation Count 92
Current Version 1.0.2
Last Updated 2017-06-30
Publish Date 2017-06-30
Rating 5.00/5 Total 2 Ratings
Developer cdrosenlund.dev
Payment Type free
Supported Languages en,es,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "DLRouter",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "options_page": "options.html",
    "permissions": [
        "downloads"
    ],
    "background": {
        "scripts": [
            "manager.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png",
        "128": "data\/icon128.png"
    }
}