CapCut | All-in-one video editor

CapCut Video Editor for PC & MAC, easy to use for Chrome.

Wat is CapCut | All-in-one video editor?

CapCut | All-in-one video editor is een Chrome-extensie ontwikkeld door Steef Voermans, en de belangrijkste functie is "CapCut Video Editor for PC & MAC, easy to use for Chrome.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CapCut | All-in-one video editor

Download CapCut | All-in-one video editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam CapCut | All-in-one video editor CapCut | All-in-one video editor
ID jkcgndnbpedekonoofmlhcpdgminfeol
Officiële URL https://chromewebstore.google.com/detail/capcut-all-in-one-video-e/jkcgndnbpedekonoofmlhcpdgminfeol
Beschrijving CapCut Video Editor for PC & MAC, easy to use for Chrome.
Bestandsgrootte 175 KB
Aantal Installaties 30,000
Huidige Versie 2.6.1
Laatst Bijgewerkt 2023-06-13
Publicatiedatum 2023-02-12
Beoordeling 3.80/5 Totaal 20 Beoordelingen
Ontwikkelaar Steef Voermans
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/generatoruniqueid/home
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}