ProductionCrate Connect
ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…
什么是ProductionCrate Connect?
ProductionCrate Connect是由https://productioncrate.com开发的Chrome扩展程序,该扩展的主要功能是“ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…”。
扩展截图
下载ProductionCrate Connect扩展crx文件
下载ProductionCrate Connect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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/ |
帮助页面URL | https://www.productioncrate.com/questions-answers.html |
隐私政策页面URL | 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" ] } } |