Adds a context menu to save media {image, video, audio, link, selection, page} in user-defined folders or directories relative to the default download location.
Save into dynamically named directories.
Flexible rules-based download renaming and routing.
Option to save as shortcuts {.url, .desktop, .html redirect}.
The WebExtension API only allows saving into directories relative to the default download directory. Symlinks can be used to get around this limitation:
Windows: mklink /D C:path	osymlink D:path	oactual
macOS/Unix: ln -s /path/to/actual /path/to/symlink
Make sure the actual directories exist, or downloads will silently fail.
- <all_urls> permission is used to get around CORS on HTTP HEAD requests (to check for Content-Disposition headers)
- tabs permission is used to get the active page's title.
- webRequest permissions are required to inject the Referer header on downloads (disabled by default)
Configure before use.
Install
		- License: MIT License
 - Weekly downloads: 65
 - Average daily users: 2950
 - Rating: 4.0306/5 of 98 ratings
 - Created: 2017-04-22 17:52:15
 - Last updated: 2023-02-12 06:40:32
 - Homepage: https://github.com/gyng/save-in
 - Support site and email
 - Orig: https://addons.mozilla.org/en-US/firefox/addon/save-in/
 - API: {72d92df5-2aa0-4b06-b807-aa21767545cd}