ProductionCrate Connect

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

ما هو ProductionCrate Connect؟

ProductionCrate Connect هو إضافة Chrome تم تطويرها بواسطة https://productioncrate.com، والميزة الرئيسية لها هي "ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ProductionCrate Connect

قم بتنزيل ملفات الامتداد ProductionCrate Connect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم ProductionCrate Connect ProductionCrate Connect
ID oagbohjaeipmkcfcjkjhnklieidnkpdo
عنوان URL الرسمي https://chromewebstore.google.com/detail/productioncrate-connect/oagbohjaeipmkcfcjkjhnklieidnkpdo
الوصف ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…
حجم الملف 108 KB
عدد التثبيتات 24,845
النسخة الحالية 2.5
آخر تحديث 2023-11-15
تاريخ النشر 2020-04-07
تقييم 4.75/5 مجموع تقييمات 12
المطور https://productioncrate.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.productioncrate.com/
عنوان صفحة المساعدة https://www.productioncrate.com/questions-answers.html
عنوان صفحة سياسة الخصوصية https://www.productioncrate.com/privacy.html
اللغات المدعومة 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"
        ]
    }
}