ProductionCrate Connect is a Chrome extension that facilitates systematic downloading and organization of content from ProductionCrate. It auto-categorizes downloads into an easy-to-use folder structure, enhancing creativity and workflow efficiency.
Want to check extension ranking and stats more quickly for other Chrome extensions?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Chrome Web Store.
ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs.
This powerful Extension will allow you to download ProductionCrate content in an organized and systematic process. Instead of allowing your downloads to all fall into the same disorganized folder, ProductionCrate Connect will create a folder structure on your drive. All downloads will be auto-categorized into the same structure you see on the site.
Now you can easily find your downloaded assets instead of digging through one massive folder. Subcategories containing your downloads, properly labelled and structured, will speed up your workflow and let you create your work faster.
User reviews
These summaries are automatically generated weekly using AI based on recent user reviews.
Chrome Web Store does not verify user reviews, so some user reviews may be inaccurate,
spammy, or outdated.
Pros
Keeps downloads organized
Works great and really helps
Saves users from a messy downloads folder
Provides a way to create a folder structure for files
Useful for managing large numbers of assets
Cons
Cannot change the download location through settings
Requires a workaround (symbolic link) to change the destination folder
Usability concerns if the downloads folder is not in a preferred location
May clutter the default downloads folder if not managed properly
This extension is awesome! Keeps your downloads organized. The one down side is you can't change the location of the downloads in any sort of settings menu. However I found a work around using what is called a symbolic link. This allows you to physically store the files in another location and the extension doesn't need to know. The extension uses the path that it wants to but you tell the OS to physically point that path to another location. You can google "symbolic link" to learn more, but here are the steps for Window OS. Mac and Linux have the same thing but the commands might be slightly different.
Windows OS:
1. Cut/Paste your current "productioncrate" folder with all it's contents to where you want it to be located and note the path to it. (I'm not sure if you have to disable the extension or close chrome while doing this, I disabled the extension myself to be on the safe side.)
2. Make sure after the copy that there is no "productioncrate" folder in your downloads folder.
3. Open Windows PowerShell as administrator.
4. Enter the following command which will create a symbolic link in your downloads folder that points to your other location. Replace your username/login and drive letters/paths with what you want.
New-Item -ItemType SymbolicLink -Path "C:\Users\<YOUR_USERNAME>\Downloads\productioncrate\" -Target "E:\productioncrate\"
There you have it. If you go into you downloads folder and open the producitoncrate folder you can see all the contents, but physically the files are all on the other drive/path that you specified. You can even open the actual folder to see them. This isn't copying files to both locations all data is actually stored physically at the path you specify in -Target. The path on the -Link argument is just a link that points to the target. To the windows file system it doesn't know any better and if you save a file at that location it is actually saved at the -Target location.
It would be amazing if you make it so that we can change the destination of the folder. I know that it is a security issue but there has to be a work around. Like administrator permission or something