CapCut

CapCut Video Editor, easy to use for Chrome.

What is CapCut?

CapCut is a Chrome extension developed by Great Extensions, and its main feature is "CapCut Video Editor, easy to use for Chrome.".

Extension Screenshots

screenshot

Download CapCut Extension CRX File

Download CapCut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CapCut CapCut
ID jajamkpmjlfaoncndpleadhjeldohlbo
Official URL https://chrome.google.com/webstore/detail/capcut-for-pc-mac/jajamkpmjlfaoncndpleadhjeldohlbo
Description CapCut Video Editor, easy to use for Chrome.
File Size 30.44 KB
Installation Count 18,584
Current Version 1.1
Last Updated 2022-11-28
Publish Date 2022-07-20
Rating 3.03/5 Total 35 Ratings
Developer Great Extensions
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}