WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Screen Recorder with Webcam + Video Editor

Screen Recorder with Webcam + Video Editor

View on Chrome Web Store
View Screen Recorder with Webcam + Video Editor Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (58 ratings)
1 new ratings
8 views
This extension has been viewed 8 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.

Screen recorder & desktop capture tool. Record a video, presentation, open a front camera, or a window. Edit, download, and share.
Type
Extension
Users
1,000 users
scr-dev
View author page of scr-dev
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 10, 2022
Version 2.1.0
Manifest version
3
Updated
Updated on May 23, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Screen Recorder with Webcam + Video Editor 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",
    "name": "Screen Recorder with Webcam + Video Editor",
    "version": "2.1.0",
    "description": "Screen recorder & desktop capture tool. Record a video, presentation, open a front camera, or a window. Edit, download, and share.",
    "manifest_version": 3,
    "default_locale": "en",
    "oauth2": {
        "client_id": "594740879768-2jomgp6obf4tm4gbuhvj7l9gf720doit.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata",
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/drive.addons.metadata.readonly"
        ]
    },
    "icons": {
        "16": "\/assets\/images\/edzippLoderIcon.png",
        "48": "\/assets\/images\/edzippLoderIcon.png",
        "128": "\/assets\/images\/edzippLoderIcon.png"
    },
    "author": "Appsmartz",
    "host_permissions": [
        "*:\/\/*\/*",
        "<all_urls>",
        "https:\/\/appscreenrecorder.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/popup.html",
                "html\/videoeditor.html",
                "html\/camera.html",
                "html\/camera1.html",
                "html\/sources.html",
                "html\/settings.html",
                "js\/content.js",
                "js\/libraries\/ffmpeg.js",
                "css\/content.css",
                "assets\/images\/*",
                "js\/sources.js",
                "js\/cameracontent.js",
                "css\/cameracontent.css",
                "js\/libraries\/plyr.min.js",
                "js\/libraries\/StreamSaver.min.js",
                "css\/libraries\/plyr.min.css",
                "js\/audiosources.js",
                "html\/audiosources.html",
                "html\/display.html",
                "js\/jquery.min.js",
                "js\/desktop.js",
                "html\/index.html",
                "html\/recording.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "persistent": true
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl + Shift + 4",
                "mac": "Shift+MacCtrl+G"
            },
            "description": "Start the extension"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "downloads",
        "storage",
        "identity",
        "downloads.shelf",
        "scripting",
        "unlimitedStorage",
        "cookies"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'  https:\/\/appscreenrecorder.com\/*  https:\/\/admin.appscreenrecorder.com\/* https:\/\/*.firebaseio.com https:\/\/*.firebasedatabase.app https:\/\/www.googleapis.com http:\/\/localhost:* http:\/\/127.0.0.1:* 'unsafe-inline';"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>",
                "https:\/\/appscreenrecorder.com\/*"
            ],
            "css": [
                "scss\/main.css"
            ],
            "js": [
                "js\/detect.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/compose.js"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "html\/index.html",
        "default_title": "Appscreenrecoder"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/admin.appscreenrecorder.com\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/appscreenrecorder.com\/*",
            "https:\/\/appscreenrecorder.com\/*"
        ]
    }
}
© 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