CapCut

CapCut Video Editor, easy to use for Chrome.

CapCutคืออะไร?

CapCut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Great Extensions และคุณลักษณะหลักของมันคือ "CapCut Video Editor, easy to use for Chrome."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CapCut

ดาวน์โหลดไฟล์ส่วนขยาย CapCut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}