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 |
Eメール | [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" ] } } |