WebExtension.net
Toggle dark mode
WebExtension.net

CapCut Commerce Pro: Convert any link to videos and images

View on Chrome Web Store
View CapCut Commerce Pro: Convert any link to videos and images Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
17 views
This extension has been viewed 17 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

CapCut Commerce Pro: Convert any link to videos and images
Type
Extension
Users
6,000 users
1K
capcutweb
View author page of capcutweb
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 2, 2024
Version 1.0.5
Manifest version
3
Updated
Updated on January 24, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View CapCut Commerce Pro: Convert any link to videos and images Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_cc4b_plugin_title_convert__",
    "description": "CapCut Commerce Pro: Convert any link to videos and images",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_cc4b_plugin_title_convert__",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>",
        "https:\/\/.capcut.com\/",
        "https:\/\/._____________\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top