WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Screen Recorder & Capture Full Page Screenshot

Screen Recorder & Capture Full Page Screenshot

View on Chrome Web Store
View Screen Recorder & Capture Full Page Screenshot Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
7 views
This extension has been viewed 7 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.

Record screen/Tab with audio, embed webcam & mic, capture full-page/visible/selected screenshots with built-in editor, export in HD
Type
Extension
Users
6 users
1
msr07
View author page of msr07
Published
Published on December 22, 2025
Version 1.1.0
Manifest version
3
Updated
Updated on January 6, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Screen Recorder & Capture Full Page Screenshot 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 & Capture Full Page Screenshot",
    "version": "1.1.0",
    "description": "Record screen\/Tab with audio, embed webcam & mic, capture full-page\/visible\/selected screenshots with built-in editor, export in HD",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "desktopCapture",
        "tabs",
        "unlimitedStorage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "camera-overlay.html",
                "camera-overlay.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "open-recorder": {
            "suggested_key": {
                "default": "Alt+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Open Screen Recorder"
        },
        "toggle-toolbar": {
            "suggested_key": {
                "default": "Alt+Shift+3",
                "mac": "Command+Shift+3"
            },
            "description": "Toggle Hide Toolbar Control"
        },
        "capture-selected-area": {
            "suggested_key": {
                "default": "Alt+Shift+4",
                "mac": "Command+Shift+4"
            },
            "description": "Capture Selected Area"
        },
        "capture-visible-area": {
            "suggested_key": {
                "default": "Alt+Shift+5",
                "mac": "Command+Shift+5"
            },
            "description": "Capture Visible Area"
        }
    }
}
© 2026 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