ProductionCrate Connect

ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…

What is ProductionCrate Connect?

ProductionCrate Connect is a Chrome extension developed by https://productioncrate.com, and its main feature is "ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…".

Extension Screenshots

screenshot

Download ProductionCrate Connect Extension CRX File

Download ProductionCrate Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ProductionCrate Connect ProductionCrate Connect
ID oagbohjaeipmkcfcjkjhnklieidnkpdo
Official URL https://chromewebstore.google.com/detail/productioncrate-connect/oagbohjaeipmkcfcjkjhnklieidnkpdo
Description ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…
File Size 108 KB
Installation Count 24,845
Current Version 2.5
Last Updated 2023-11-15
Publish Date 2020-04-07
Rating 4.75/5 Total 12 Ratings
Developer https://productioncrate.com
Email [email protected]
Payment Type free
Extension Website https://www.productioncrate.com/
Help Page URL https://www.productioncrate.com/questions-answers.html
Privacy Policy Page URL https://www.productioncrate.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProductionCrate Connect",
    "version": "2.5",
    "manifest_version": 2,
    "icons": {
        "128": "icon\/transparent.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "*:\/\/*.productioncrate.com\/*",
        "downloads"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "matches": [
                "*:\/\/*.productioncrate.com\/*",
                "*:\/\/*.footagecrate.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon\/transparent.png",
        "default_popup": "html\/action.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/bg.js"
        ]
    }
}