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": "Screen Recorder", "description": "Capture your screen, camera, utilize tools, and download with a single click", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "recorder16x16.png", "48": "recorder48x48.png", "128": "recorder128x128.png" }, "action": { "default_popup": "popup.html", "default_title": "Screen Recorder", "default_icon": "recorder128x128.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "desktopCapture" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "info.svg", "logo.svg", "menu.svg", "notification.svg", "canvas.svg", "blur.svg", "effect.svg", "fullscreen.svg", "mic.svg", "camera.svg", "avatar-1.png", "avatar-2.png", "avatar-3.png", "avatar-4.png", "avatar-5.png", "avatar-6.png", "avatar-7.png", "avatar-8.png", "avatar-9.png", "avatar-10.png", "avatar-11.png", "avatar-12.png" ] } ] }