CapCut

CapCut Video Editor, easy to use for Chrome.

CapCut란 무엇입니까?

CapCut은(는) Great Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CapCut Video Editor, easy to use for Chrome."입니다.

확장 프로그램 스크린샷

screenshot

CapCut 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        CapCut for Chrome is a powerful extensions to edit any video.                    

확장 프로그램 기본 정보

이름 CapCut CapCut
ID jajamkpmjlfaoncndpleadhjeldohlbo
공식 URL https://chrome.google.com/webstore/detail/capcut-for-pc-mac/jajamkpmjlfaoncndpleadhjeldohlbo
설명 CapCut Video Editor, easy to use for Chrome.
파일 크기 30.44 KB
설치 횟수 18,584
현재 버전 1.1
최근 업데이트 2022-11-28
출시 날짜 2022-07-20
평점 3.03/5 총 35 개의 평점
개발자 Great Extensions
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,bn,ta,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "cap.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jahy.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "uk",
    "description": "__MSG_description__",
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}