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", "manifest_version": 3, "name": "HeyGen Screen Recorder & Capture \u2013 Record, Edit & Share Without a Camera", "version": "1.0.2", "description": "Create, edit, and share videos with HeyGen's screen recorder\u2014no camera needed. Capture your screen and let AI do the rest with ease!", "permissions": [ "tabs", "activeTab", "webNavigation", "tabCapture", "desktopCapture", "cookies", "scripting" ], "host_permissions": [ "https:\/\/app.heygen.com\/*" ], "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }, "background": { "service_worker": "app\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.heygen.com\/*", "https:\/\/*.s3-accelerate.amazonaws.com\/*" ], "js": [ "\/static\/js\/content.js" ], "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "permissions.html", "permissions.js", "static\/*" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }