CapCut | All-in-one video editor
CapCut Video Editor for PC & MAC, easy to use for Chrome.
CapCut | All-in-one video editorとは何ですか?
CapCut | All-in-one video editorはSteef Voermansによって開発されたChromeの拡張機能で、その主な機能は「CapCut Video Editor for PC & MAC, easy to use for Chrome.」です。
拡張機能のスクリーンショット
CapCut | All-in-one video editor拡張機能のCRXファイルをダウンロード
CapCut | All-in-one video editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CapCut for Chrome is a powerful extensions to edit any video any times.
-----------------------------------------------------------
Update 2.6.1:
- Quickly open the capcut page in any tab.
- Convert video to mp3 for video editing.
- Download and share the audio file link at the capcut editor page 拡張機能の基本情報
| 名前 | |
| ID | jkcgndnbpedekonoofmlhcpdgminfeol |
| 公式URL | https://chromewebstore.google.com/detail/capcut-all-in-one-video-e/jkcgndnbpedekonoofmlhcpdgminfeol |
| 説明 | CapCut Video Editor for PC & MAC, easy to use for Chrome. |
| ファイルサイズ | 175 KB |
| インストール数 | 30,000 |
| 現在のバージョン | 2.6.1 |
| 最終更新日 | 2023-06-13 |
| 公開日 | 2023-02-12 |
| 評価 | 3.80/5 合計 20 レビュー |
| 開発者 | Steef Voermans |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://sites.google.com/view/generatoruniqueid/home |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CapCut | All-in-one video editor",
"description": "CapCut Video Editor for PC & MAC, easy to use for Chrome.",
"version": "2.6.1",
"icons": {
"16": ".\/assets\/icons\/app_16.png",
"38": ".\/assets\/icons\/app_38.png",
"48": ".\/assets\/icons\/app_48.png",
"128": ".\/assets\/icons\/app_128.png"
},
"options_ui": {
"page": "settings.html",
"open_in_tab": true
},
"action": {
"default_icon": ".\/assets\/icons\/app_128.png",
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/capcut.com\/*",
"*:\/\/*.capcut.com\/*",
"*:\/\/facebook.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.onlineconverter.com\/*",
"*:\/\/onlineconverter.com\/*"
],
"css": [
"assets\/contentScript.css"
],
"js": [
"js\/vendor.js",
"js\/content_script.js"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"declarativeNetRequest",
"webRequest"
],
"host_permissions": [
"*:\/\/capcut.com\/*",
"*:\/\/*.capcut.com\/*",
"*:\/\/facebook.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.onlineconverter.com\/*",
"*:\/\/onlineconverter.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"logo.svg"
],
"matches": [
"*:\/\/capcut.com\/*",
"*:\/\/*.capcut.com\/*",
"*:\/\/facebook.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.onlineconverter.com\/*",
"*:\/\/onlineconverter.com\/*"
]
}
]
} | |