Stable signalUnknownMedium-risk permissions
RegExp Download Organizer icon

RegExp Download Organizer

Forget about the mess in your Downloads folder!

Users10KCurrent public install base
Rating4.1Store average score
Reviews128Public review volume
Manifest versionV3Extension platform version
7-day growth0Net users gained this week
7-day growth rate0%Relative weekly velocity
Preview

RegExp Download Organizer Media preview

5 assets
Trend

User growth trend

Review user movement across collected snapshots.

User Growth Over Time

10K10K10K10K10K2026年7月17日2026年7月20日2026年7月20日Latest: 10K
Rating trend

7-day rating trend

View collected rating snapshots from the latest 7-day window to assess rating stability.

7-day rating change

Start
4.09
Latest
4.09
7-day rating change
0.00
3.994.044.094.144.192026年7月17日2026年7月20日2026年7月20日Latest: 4.09
2026年7月17日2026年7月20日
Growth overview

Daily, weekly, and monthly growth

Compare 1-day, 7-day, and 30-day net growth and growth rate.

1-day growthNo data
----
7-day growthFlat
00%
30-day growthNo data
----
Technical snapshot

Version, languages, and crawl freshness

Review publication date, version, supported languages, and crawl timestamps.

Version0.5.2
ManifestV3
Size200KiB
Languages1English
Published
Store updated
Last crawled
English
Overview

Product summary

Review the store description, core capabilities, and common use cases.

Version 0.5.1, 0.5.2

Tab URL matcher now uses optional tabs permission

Version 0.5.0

support tab url matcher

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!

Reviews

Recent review snapshot

Inspect the latest comments and rating distribution.

Store average score4.1Chrome Web Store aggregate rating, including ratings without synced review text
Synced text average3.9Average computed only from synced review bodies below
Reviews with text93Synced review bodies
Total ratings / reviews128Chrome Web Store public rating/review count

Store average score: 4.1. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.

5
51
4
15
3
5
2
10
1
12
Maxime2021年6月6日
5

Finally, no more clutter in my Downloads folder ! ❤

Language en
Harkeerat Of The Apollo Cabin2021年5月3日
5

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!

Language en
1 helpful · 0 not helpful
SONY CHEN2021年4月6日
5

great extension!

Language en
Denny Lenselink2021年3月1日
5

Works as expected and it is easy configurable. I've created a symbolic link in my downloads folder which points to a different drive where I download in separate folders. There is one problem with mime-types though; it doesn't work with types like 'application/epub+zip'. Does it need to be escaped (+)? EDIT: Created a workaround by using '\.(epub|mobi|pdf)$' in the FILENAME text field and stopped using the MIME-TYPE field for this rule.

Language en
1 helpful · 0 not helpful
illLogik2021年2月4日
4

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)

Version 0.4.1Language en
2 helpful · 0 not helpful
Bukeda Idoniboye2021年1月19日
4

I downloaded into multiple "site" domain-named subfolders but later realized that searching for stuff through so many subfolders could be a hassle. So I was able to download everything into one location with filenames consisting of domain name, custom datetime, and filename. For example: C:\Users\username\Downloads\_MyDownloads\sitename.com_20210119-105358_filename.jpeg. When sorted alphabetically, the _MyDownloads folder is positioned at the top of my screen. Here are the rule settings I used: Description: Organize by domain name datetime files Referrer URL: .+?://([^/]+)/.* Destination path: _Downloads/${referrer:1}_${date:YYYYMMDD-HHmmss}_${filename} I disabled all other rules.

Language en
1 helpful · 0 not helpful
Smokie Lee2020年12月10日
5

Does what it says on the tin. It wasn't hard for me as web developer but an example template with common downloads (zip, images, pdf, exe) would be very helpful for the majority of this extension's users.

Language en
1 helpful · 0 not helpful
Iggy2020年12月2日
5

After many hours searching for my issue (native messaging, localhost, web server, etc.) I found this smart solution. That way users can export different files + different target locations from my website without the annoying Chrome prompt "Save As". Before the 0.3.1 patch today, Chrome put (1), (2) and so on at the file. So I wrote about it at github and the "overwrite" option got straight implemented within few hours. Super cool mate, keep it up!

Language en
2 helpful · 0 not helpful
Shawn Chan2020年9月12日
4

Works and I know it, but I just don't have that much time to test those regexes along and see the results when exceptions occur. Media types are not that familiar, and the AND rule pertaining to the five matchers make it difficult to fall back to using only file suffixes to simplify the thing.

Language en
1 helpful · 0 not helpful
ЯрошКА ЯроСЛАвен (YaRoshKa)2020年9月3日
1

У меня он даже внутри папки не работает. 7z архив в "Загрузки" попал. Ну ладно, вроде там нет 7z в фильтре. Но exe у меня тоже в "Загрузки" попал. (У меня Edge). И вообще, почему нет диалогового окна, если расширение новое сохраняется? Почему не все архивы в фильтре - их ведь типов 12 максимум? И т.п. В итоге удалил, чего и вам желаю.

Language ru
1 helpful · 2 not helpful