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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steef Voermans และคุณลักษณะหลักของมันคือ "CapCut Video Editor for PC & MAC, easy to use for Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CapCut | All-in-one video editor

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
            ]
        }
    ]
}