WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Screen Recorder

Screen Recorder

View on Chrome Web Store
4.4 (7 ratings)
4 views
0 downloads

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

Capture your screen, camera, utilize tools, and download with a single click
Type
Extension
Users
767 users
2
Underpin Extensions
Published
Version 1.0.0
Manifest version
3
Updated
productivity/tools
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "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"
            ]
        }
    ]
}
© 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.