Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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.4", "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';" } }