Google Chrome Extension that sorts downloads into respective type folders.
- Open Developer mode in Google Chrome Extensions
- Use Load Unpacked Extension to add DLManager extension
- Open a website with a download option.
- Proceed to download file as normal.
- Downloads all files contained in website (need to filter permanent downloads to only after user selection)
- Does not cancel original download to Downloads folder, downloads a copy into respective type folder in Downloads. (need to intercept original webrequest and cancel it before it proceeds with origihnal download)