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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | CapCut | All-in-one video editor |
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 |
이메일 | [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\/*" ] } ] } |