CapCut | All-in-one video editor

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

Qu'est-ce que CapCut | All-in-one video editor ?

CapCut | All-in-one video editor est une extension Chrome développée par Steef Voermans, et sa fonction principale est "CapCut Video Editor for PC & MAC, easy to use for Chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CapCut | All-in-one video editor

Téléchargez les fichiers d'extension CapCut | All-in-one video editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CapCut | All-in-one video editor CapCut | All-in-one video editor
ID jkcgndnbpedekonoofmlhcpdgminfeol
URL Officiel https://chromewebstore.google.com/detail/capcut-all-in-one-video-e/jkcgndnbpedekonoofmlhcpdgminfeol
Description CapCut Video Editor for PC & MAC, easy to use for Chrome.
Taille du Fichier 175 KB
Nombre d'Installations 30,000
Version Actuelle 2.6.1
Dernière Mise à Jour 2023-06-13
Date de Publication 2023-02-12
Évaluation 3.80/5 Total 20 Évaluations
Développeur Steef Voermans
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/generatoruniqueid/home
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}