WebExtension.net
Toggle dark mode
WebExtension.net

CVR: Chrome Video Recorder

View on Chrome Web Store
View CVR: Chrome Video Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (12 ratings)
1 new ratings
16 views
This extension has been viewed 16 times

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

Record chrome for FREE with no recording limits plus sharing making it easy to move. NO sign up or subscription fees.
Type
Extension
Users
10,000 users
1K
VideoShots
View author page of VideoShots
Published
Published on December 2, 2024
Version 3.0.0
Manifest version
3
Updated
Updated on January 15, 2025
productivity/communication
Extension Category
View on Chrome Web Store
View CVR: Chrome Video Recorder 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",
    "description": "__MSG_extDesc__",
    "version": "3.0.0",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "assets\/img\/icon-34.png"
    },
    "icons": {
        "128": "assets\/img\/icon-128.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "assets\/fonts\/fonts.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "analyticsScripts\/content.js",
                "analyticsScripts\/recommendShowAdUrl.js"
            ],
            "css": [
                "analyticsScripts\/styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "blank.mp4",
                "playground.html",
                "editor.html",
                "assets\/*",
                "setup.html",
                "worker.js",
                "vendor\/*",
                "recorder.html",
                "recorderoffscreen.html",
                "sandbox.html",
                "wrapper.html",
                "camera.html",
                "permissions.html",
                "region.html",
                "waveform.html",
                "playground.html",
                "editorfallback.html",
                "download.html",
                "*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "images\/record.png",
                "images\/recimage.png",
                "images\/howto.jpg",
                "images\/down.png",
                "images\/8.gif"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-modals allow-popups; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob:; object-src 'self';worker-src 'self' blob: ;",
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; media-src 'self' data: blob: *;"
    },
    "sandbox": {
        "pages": [
            "editor.html"
        ]
    },
    "commands": {
        "start-recording": {
            "suggested_key": {
                "default": "Alt+Shift+G"
            },
            "description": "Start recording"
        },
        "cancel-recording": {
            "suggested_key": {
                "default": "Alt+Shift+X"
            },
            "description": "Cancel recording"
        },
        "pause-recording": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "Pause\/Resume recording"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "downloads",
        "tabs",
        "tabCapture",
        "scripting",
        "desktopCapture",
        "offscreen",
        "alarms"
    ],
    "optional_permissions": []
}
© 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