WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Screen Recorder, Webcam Recorder - Dubb Video

Screen Recorder, Webcam Recorder - Dubb Video

View on Chrome Web Store
View Screen Recorder, Webcam Recorder - Dubb Video Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (172 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Dubb Video Messaging Platform
Type
Extension
Users
20,000 users
10K
dubb-team
View author page of dubb-team
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 2, 2018
Version 6.1.18
Manifest version
3
Updated
Updated on June 23, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Screen Recorder, Webcam Recorder - Dubb Video Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen Recorder, Webcam Recorder - Dubb Video",
    "version": "6.1.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": [
                "*:\/\/wiseagent.com\/*",
                "*:\/\/*.wiseagent.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
        },
        {
            "js": [
                "dist\/content-scripts\/claritycrm.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.claritycrm.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "dist\/content-scripts\/pipelinecrm.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.pipelinecrm.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/workflowsecrets.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.workflowsecrets.info\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/hubspot.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.hubspot.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "dist\/content-scripts\/topechelon.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.topechelon.com\/*"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "**\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self'"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top