extension ExtPose

RegExp Download Organizer

CRX id

oamembonjndgangicfphlckkdmagpjlg-

Description from extension meta

Forget about the mess in your Downloads folder!

Image from store RegExp Download Organizer
Description from store Version 0.4.2 small fixes Version 0.4.1 fix bug with date formatting Version 0.4.0 support Manifest V3 This extension allows you to set custom download locations with a flexible and strong RegExp-based rules. You can literally use all the power of regular expressions in your rules and handle even the most complex cases with this extension. The download rules can be based on filetype, filename, file and referrer(a page where the download was started from) URLs. You can even substitute some part of the result download location with parts of your matching rules via capturing groups! You can reach the Options page from chrome://extensions

Latest reviews

  • (2025-06-23) Adam Brunnmeier: Very versatile.
  • (2025-06-18) Nick De Decker: awesome. just found it and was looking exactly for such functionality to keep my downloads organized.
  • (2025-05-26) Esua Ekpo: Works perfectly as intended.
  • (2025-05-21) Jake Mitchell: It causes a 15-20 second delay for file downloads and right click image > save as commands on Edge.
  • (2025-03-15) David Ohana: looks great but just doesnt work - unfortunately all downloads are not routed.
  • (2024-12-13) Lorenz Wong: It deserve more dowload. Easy to use and very helpful when come to messy download file in windows
  • (2024-11-29) Muhammad Abdullah: too much delay in starting downloads and not sorting downloads aswell
  • (2024-11-24) Derek C: Used to work flawlessly but lately I've been getting a lot of lag and long delay for a download to start, I disable this extension and all problems go away. Arch linux with KDE on Chromium.
  • (2024-10-20) Radoslaw Dutkiewicz: Does not work in Vivaldi. Addon version 0.4.2
  • (2024-10-11) Kurt Zoren Pansaon: Thank You!
  • (2024-10-10) Harkeerat Dhunda: Best organisation tool ever, using it for years
  • (2024-09-09) Mateusz L: Awesome tool. To all those wanting to store your files physically in a place different than Downloads folder - create a folder junction with: mklink /J <<download subfolder>> <<target folder you want to use>> This way you can use this great tool and store the files in a place of your choice - the junction points to a place on the disk where the files are really stored.
  • (2024-08-31) HeadBassVTEC: would be great extension if the save destination was not limited to using the default browser destination folder subfolders, and no symbolic links do not really solve this at least for vivaldi users which like to keep the settings that updates destination when saving as (which is great for consecutive downloads and don't want to disable that) if I was able to make a hard rule that would override the download folder location then it would be useful, but as it is it just creates the path under the currently set download destination so kinda useless for me honestly I do not understand this limitation/behaviour, pretty sure it would be possible to just use hard path instead of relative path that is being appended to the current download destination
  • (2024-08-20) Przemysław Ryk: Too bad it: 1) sometimes doesn't catch files by MIME type 2) doesn't work in Edge at all.
  • (2024-08-03) illLogik: 4/5 from me, due to some bugs such as all my settings randomly being lost and rules being reset to default rule-set, which has been very irritating to redo 40+ rules with complex RegEx patterns crafted by hand. Other than that, very useful and much needed functionality to the web browsing workflow! Chromium browsers, and Firefox need to implement this natively (optionally). This is the 3rd or 4th expression-based downloads-router extension for Chromium I have tried, and not only does this one work properly (most of the time) as opposed to the previous ones I tried, but this one is much more complete and useful overall. --- My Feature wishlist: Additional placeholder for file-extension Common/useful RegEx pattern template snippet library with click-to-insert capability (Cloud synced) RegEx pattern color coding to make patterns easier to read (check out regexr.com for example of what I mean) Dark-mode ChatGPT-based RegEx auto-craft Ability to set a rule that takes file size in to account Randomized string placeholders ------------ Graphical File Explorer (explorer.exe) file context-menu (right-click menu) symbolic link, junctions, etc utility: You can download a graphical Windows program rather than the command-line based mklink (which I will discuss further down) that make's creating these junctions/symbolic links/etc. as simple as right-clicking a source folder and then selecting a context menu item and then right-clicking and selecting the context menu item on the destination folder to create your junction. Now simply route your downloads to your linked folder in the Chrome/Edge. You may have to use Drop As > Hardline Clone instead of Drop As > Junction after selecting the source link directory. --- Link Shell Extension utility Download: To download the Link Shell Extension graphical link tool instead of using "mklink" via command-prompt, go here: https://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html --- Link Shell Extension usage tutorial: Here is a more thorough guide on using the graphical tool with pictures and all for those who are confused on how to use this properly: https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ ----- You can use Command-Prompt (cmd) or PowerShell (pwsh | powershell) to accomplish the creation of these links from the Downloads folder to elsewhere using "mklink". Command-line help text of the MKLINK utility: MKLINK [[/D] | [/H] | [/J]] <LINK> <TARGET> /D Creates a directory symbolic link. Default is a file symbolic link. /H Creates a hard link instead of a symbolic link. /J Creates a Directory Junction. Link Specifies the new symbolic link name. Target Specifies the path (relative or absolute) that the new link refers to. (Note: More information on mklink on Microsoft's site: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mklink)
  • (2024-08-03) illLogik: 4/5 from me, due to some bugs such as all my settings randomly being lost and rules being reset to default rule-set, which has been very irritating to redo 40+ rules with complex RegEx patterns crafted by hand. Other than that, very useful and much needed functionality to the web browsing workflow! Chromium browsers, and Firefox need to implement this natively (optionally). This is the 3rd or 4th expression-based downloads-router extension for Chromium I have tried, and not only does this one work properly (most of the time) as opposed to the previous ones I tried, but this one is much more complete and useful overall. --- My Feature wishlist: Additional placeholder for file-extension Common/useful RegEx pattern template snippet library with click-to-insert capability (Cloud synced) RegEx pattern color coding to make patterns easier to read (check out regexr.com for example of what I mean) Dark-mode ChatGPT-based RegEx auto-craft Ability to set a rule that takes file size in to account Randomized string placeholders ------------ Graphical File Explorer (explorer.exe) file context-menu (right-click menu) symbolic link, junctions, etc utility: You can download a graphical Windows program rather than the command-line based mklink (which I will discuss further down) that make's creating these junctions/symbolic links/etc. as simple as right-clicking a source folder and then selecting a context menu item and then right-clicking and selecting the context menu item on the destination folder to create your junction. Now simply route your downloads to your linked folder in the Chrome/Edge. You may have to use Drop As > Hardline Clone instead of Drop As > Junction after selecting the source link directory. --- Link Shell Extension utility Download: To download the Link Shell Extension graphical link tool instead of using "mklink" via command-prompt, go here: https://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html --- Link Shell Extension usage tutorial: Here is a more thorough guide on using the graphical tool with pictures and all for those who are confused on how to use this properly: https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/ ----- You can use Command-Prompt (cmd) or PowerShell (pwsh | powershell) to accomplish the creation of these links from the Downloads folder to elsewhere using "mklink". Command-line help text of the MKLINK utility: MKLINK [[/D] | [/H] | [/J]] <LINK> <TARGET> /D Creates a directory symbolic link. Default is a file symbolic link. /H Creates a hard link instead of a symbolic link. /J Creates a Directory Junction. Link Specifies the new symbolic link name. Target Specifies the path (relative or absolute) that the new link refers to. (Note: More information on mklink on Microsoft's site: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mklink)
  • (2024-05-08) Jorge Quero: doesn't work, not even the default rules
  • (2024-04-05) Mars “Creativity Civ”: Served me for years, it's simple and very efficient. Thank you kind developer!
  • (2024-04-05) Wonsuc Yoo: I'm disappointed to myself that didn't know this extension exists until now.
  • (2024-03-30) Jack Axelrod: Can you please allow an option to ask to where to save the file for only a specific type of file?
  • (2024-01-30) Vadim D.: After the latest upgrade (0.4.0) date related operations stopped working UPD: The bug was fixed in 0.4.1, so it's back working again!
  • (2024-01-29) 煮苺いちご(ni1chigo2115): dosent works
  • (2024-01-25) Amit Agarwal (अमु): After updating to v0.4.0 the date related operations stopped working
  • (2023-11-16) Lior Siman-Tov: smart and simple
  • (2023-03-16) Vasile Gancin: Good
  • (2023-03-16) Vasile Gancin: Good
  • (2023-03-08) Kian Namani: needs a browse option
  • (2023-03-08) Kian Namani: needs a browse option
  • (2023-03-01) Yazan Zaid: RegExp Download Organizer Does not work on edge browser. I wish you can add it to edge addons. and fully support edge browser.
  • (2023-03-01) Yazan Zaid: RegExp Download Organizer Does not work on edge browser. I wish you can add it to edge addons. and fully support edge browser.
  • (2022-11-01) btmad01 batmad01: not working - it works, with MIME names, it has to fellow the rules, and if u not sure the sort of files, just use its default <Application/ ****> PS *** is the file sorts. The download path has to be after the defualt download path. as C:\downloads\ , the relatively des path has to start from the <root path> of the <defualt path> for exsample, if u want torrents goes into C:\downloads\Torrents\ set the des path as Torrents/ u need to bulid and have the floder b4 u get it done.
  • (2022-11-01) btmad01 batmad01: not working - it works, with MIME names, it has to fellow the rules, and if u not sure the sort of files, just use its default <Application/ ****> PS *** is the file sorts. The download path has to be after the defualt download path. as C:\downloads\ , the relatively des path has to start from the <root path> of the <defualt path> for exsample, if u want torrents goes into C:\downloads\Torrents\ set the des path as Torrents/ u need to bulid and have the floder b4 u get it done.
  • (2022-09-19) Zakareya “Zaka” Pittman: Some RegExp autofill/autocomplete/syntax checking would be cool. Otherwise, this extension is perfect! So glad I don't have to sort my own Downloads folder, and I have so much control over where things are saved/stored. The default filters are more than enough for the average user!
  • (2022-09-19) Zakareya “Zaka” Pittman: Some RegExp autofill/autocomplete/syntax checking would be cool. Otherwise, this extension is perfect! So glad I don't have to sort my own Downloads folder, and I have so much control over where things are saved/stored. The default filters are more than enough for the average user!
  • (2022-09-09) Tyler Cowie: Easy to use and very well made
  • (2022-09-09) Tyler Cowie: Easy to use and very well made
  • (2022-08-23) Rennen: This extension doesn't work!!!!! I'm sure I have all the rules enabled. I even turned off all other extensions to prevent interference. But no matter what the settings are, the files are not automatically grouped into folders.
  • (2022-08-23) Rennen: This extension doesn't work!!!!! I'm sure I have all the rules enabled. I even turned off all other extensions to prevent interference. But no matter what the settings are, the files are not automatically grouped into folders.
  • (2022-05-07) Murtaza Vohra: Hands down it is one of the best extenstion out here in Chrome..!! took me some time to figure out and after some trial and error finally i have all my folders set up. Although i have one thing which i don't know if it is possible or not. For example, let's say i have three folders set up (1 for music, 2nd for installers an executable file and 3rd for Images) now how do i set up a rule where if any of the three extenstion mentioned above fails, it should go to my fourth folder, let's say Random? like SRT files or any random file type?
  • (2022-05-07) Murtaza Vohra: Hands down it is one of the best extenstion out here in Chrome..!! took me some time to figure out and after some trial and error finally i have all my folders set up. Although i have one thing which i don't know if it is possible or not. For example, let's say i have three folders set up (1 for music, 2nd for installers an executable file and 3rd for Images) now how do i set up a rule where if any of the three extenstion mentioned above fails, it should go to my fourth folder, let's say Random? like SRT files or any random file type?
  • (2021-12-06) Lettuce: Awesome tool and I get my folder tidier than ever before. Thanks a lot. Maybe better if ' help ' contains more about RegExp. Since I've got into trouble in ' *.pdf ' while it should be ' .pdf '. And I got my files in default folder.
  • (2021-12-06) Lettuce: Awesome tool and I get my folder tidier than ever before. Thanks a lot. Maybe better if ' help ' contains more about RegExp. Since I've got into trouble in ' *.pdf ' while it should be ' .pdf '. And I got my files in default folder.
  • (2021-11-29) Роман Сизяков: https://name.ru/blank/download/bach_01_12 Hello guys could you please help me to figure out what should I put into Referrer URL to download something like this I want to make ${referrer:1} = bach_furtra_01_12 Ive found here .+?://([^/]+)/.* but its just refers to site name . Its too complicated for me to figure out what each sign mean. For example if the the site will be .com or .net will it brake Referrer URL code? Destination path: ${date:HH-mm-ss-SSS}________${referrer:1}__${filename}
  • (2021-11-29) Роман Сизяков: https://name.ru/blank/download/bach_01_12 Hello guys could you please help me to figure out what should I put into Referrer URL to download something like this I want to make ${referrer:1} = bach_furtra_01_12 Ive found here .+?://([^/]+)/.* but its just refers to site name . Its too complicated for me to figure out what each sign mean. For example if the the site will be .com or .net will it brake Referrer URL code? Destination path: ${date:HH-mm-ss-SSS}________${referrer:1}__${filename}
  • (2021-11-16) davey articuno: Pretty good. I just can't figure out how you sort by .ico file type?
  • (2021-11-16) davey articuno: Pretty good. I just can't figure out how you sort by .ico file type?
  • (2021-06-06) Maxime: Finally, no more clutter in my Downloads folder ! ❤
  • (2021-06-06) Maxime: Finally, no more clutter in my Downloads folder ! ❤
  • (2021-05-03) Harkeerat Of The Apollo Cabin: Thank you! Whoever made this extension is a lifesaver. Kind of difficult to understand in the beginning but with some more info I was able to work it out!! THANK YOU!
  • (2021-05-03) Harkeerat Of The Apollo Cabin: Thank you! Whoever made this extension is a lifesaver. Kind of difficult to understand in the beginning but with some more info I was able to work it out!! THANK YOU!

Statistics

Installs
10,000 history
Category
Rating
4.1696 (112 votes)
Last update / version
2024-09-30 / 0.4.2
Listing languages
en

Links