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": "Video Screen Recorder + Webcam Free", "version": "1.1", "description": "Record your screen or specific tabs with pause\/resume functionality", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "tabs", "activeTab", "desktopCapture", "storage", "scripting", "windows" ], "host_permissions": [ "*:\/\/*\/*", "https:\/\/video.bunnycdn.com\/*", "https:\/\/storage.bunnycdn.com\/*", "https:\/\/*.b-cdn.net\/*" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "recorder.html", "player.html", "fonts\/*", "icons\/*" ], "matches": [ "<all_urls>" ] } ] }