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", "manifest_version": 3, "name": "Screen Recorder, Webcam Recorder - Dubb Video", "version": "6.0.18", "description": "Dubb Video Messaging Platform", "author": "Dubb", "action": { "default_icon": "assets\/icon-512.png", "default_title": "Record Screen and Webcam Videos" }, "options_ui": { "page": "dist\/pages\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs", "type": "module" }, "side_panel": { "default_path": "dist\/pages\/side-panel\/index.html" }, "icons": { "16": "assets\/icon-512.png", "48": "assets\/icon-512.png", "128": "assets\/icon-512.png" }, "permissions": [ "contextMenus", "scripting", "activeTab", "background", "unlimitedStorage", "desktopCapture", "tabCapture", "storage", "notifications", "tabs", "sidePanel" ], "commands": { "recording-confirm": { "description": "Stop recording and upload", "suggested_key": { "default": "Alt+U" } }, "recording-pause-and-resume": { "description": "Pause and resume recording", "suggested_key": { "default": "Alt+P" } }, "recording-stop": { "description": "Cancel recording", "suggested_key": { "default": "Alt+C" } }, "webcam-toggle": { "description": "On\/Off webcam" }, "annotation-toggle": { "description": "On\/Off annotation tool" } }, "host_permissions": [ "<all_urls>", "*:\/\/*\/*", "https:\/\/chrome.google.com\/" ], "content_scripts": [ { "js": [ "dist\/content-scripts\/dubb.js" ], "run_at": "document_start", "matches": [ "*:\/\/dubb.com\/*", "*:\/\/*.dubb.com\/*", "*:\/\/dubb.qa\/*", "*:\/\/*.dubb.qa\/*", "*:\/\/dubb.dev\/*", "*:\/\/*.dubb.dev\/*" ] }, { "js": [ "dist\/content-scripts\/gmail.js" ], "run_at": "document_end", "matches": [ "*:\/\/mail.google.com\/*" ], "all_frames": false }, { "js": [ "dist\/content-scripts\/linkedin.js" ], "run_at": "document_end", "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*" ], "all_frames": false }, { "js": [ "dist\/content-scripts\/lofty.js" ], "run_at": "document_end", "matches": [ "*:\/\/*.lofty.com\/*", "*:\/\/lofty.com\/*" ], "all_frames": false }, { "js": [ "dist\/content-scripts\/followupboss.js" ], "run_at": "document_end", "matches": [ "*:\/\/*.followupboss.com\/*" ], "all_frames": false }, { "js": [ "dist\/content-scripts\/wiseagent.js" ], "run_at": "document_end", "matches": [ "*:\/\/thewiseagent.com\/*", "*:\/\/*.thewiseagent.com\/*" ], "all_frames": true }, { "js": [ "dist\/content-scripts\/salesforce.js" ], "run_at": "document_end", "matches": [ "*:\/\/*.force.com\/*", "*:\/\/*.salesforce.com\/*" ], "all_frames": true }, { "js": [ "dist\/content-scripts\/zoho.js" ], "run_at": "document_end", "matches": [ "*:\/\/crm.zoho.com\/*", "*:\/\/crm.zoho.in\/*" ], "all_frames": false }, { "js": [ "dist\/content-scripts\/sierra.js" ], "run_at": "document_end", "matches": [ "*:\/\/*.sierrainteractivedev.com\/*" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "**\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self'" } }