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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 CapCut | All-in-one video editor CapCut | All-in-one video editor
ID jkcgndnbpedekonoofmlhcpdgminfeol
官方網址 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\/*"
            ]
        }
    ]
}