Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "CapCut Screen Recorder", "version": "2.1.9", "manifest_version": 3, "icons": { "16": "logo_16.png", "48": "logo_48.png", "128": "logo_128.png" }, "default_locale": "en", "action": { "default_title": "__MSG_extensionName__", "default_icon": "logo.png" }, "permissions": [ "cookies", "activeTab", "storage", "scripting", "offscreen", "webNavigation", "tabs" ], "host_permissions": [ "<all_urls>", "https:\/\/.capcut.com\/", "https:\/\/.bytedance.net\/" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "iframe.html" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" } }