Screen Recorder with Webcam + Video Editor

Screen recorder & desktop capture tool. Record a video, presentation, open a front camera, or a window. Edit, download, and share.

Was ist Screen Recorder with Webcam + Video Editor?

Screen Recorder with Webcam + Video Editor ist eine Chrome-Erweiterung, die von https://appscreenrecorder.com entwickelt wurde, und ihr Hauptmerkmal ist "Screen recorder & desktop capture tool. Record a video, presentation, open a front camera, or a window. Edit, download, and share.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Screen Recorder with Webcam + Video Editor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Screen Recorder with Webcam + Video Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Capture, edit, annotate and share your screen recordings in high quality effortlessly with this powerful Video Recorder Tool. 
Easily record your screen, tab or window while narrating with your webcam and microphone with our free Chrome Screen Recorder with audio. 

This user-friendly Window Screen Recorder Extension seamlessly works in Laptop, macOS & PC browsers, allowing you to effortlessly capture any part of your screen. Customize your recordings according to your specific needs and easily capture interactions with ChatGPT using this amazing tool.

Once you've recorded your screen, use the built-in editing features to enhance your recordings. 
Trim unwanted sections, add annotations, and captions, or highlight important details to make your videos more engaging and professional.

Sharing your screen recordings is a breeze with this Chrome screen capturing. Quickly upload your videos to popular platforms or share them directly with colleagues, clients, or friends. Whether you're collaborating on projects, providing remote support, or showcasing your work, this extension simplifies the sharing process.

Key features of Screen Recorder extension:**

📸🖥️  Effortlessly capture your desktop, application windows, or browser tabs
📽️🖥️ Record your screen, camera, microphone, and internal audio
💻🌐 Compatible with all Laptop & PC devices browsers
✏️🎥 Edit recordings with ease, trim sections, add annotations, captions, and more
📤👥 Seamlessly share your videos with colleagues, clients, or friends
🎓🕹️ Suitable for tutorials, software demos, gaming, and more
 🎥Record and download in different formats as required

More Feature:

-🎤⏱️ Microphone Countdown: Prepare yourself before recording by enabling a microphone countdown.
-🛠️🔓 Toolbar Accessibility: Choose to show or hide the toolbar during the recording process.
-📷🔒 Camera Permission: Grant camera access to capture video alongside your screen recording.
-✒️✒️ Pen Tool: Utilize the pen tool to draw and annotate your screen while recording.
-📝🎨 Whiteboard: Create informative tutorials on various Whiteboards with easy-to-understand explanations using visuals and diagrams.

You can also mute or unmute the microphone, control the usage of the camera, and highlight text while you're recording. These features make the Chrome Screen Recorder software a powerful tool for creating high-quality videos.

**Video Recording Feature -**

-Screen Capture for Tutorials
-Record live Meetings & Webinars
-Record Ongoing Conversations & documentation
-Marketing Purpose
-Record a presentation
-Branding of any products
-Record Gameplay 
-Capture highlighted news and stats of the stock market

**Benefits of using the Chrome Window Screen Recorder:**

-High-resolution video: The extension can record videos in high resolution without compromising quality.
-Multiple format availability: You can choose to record your videos in a variety of formats, making them compatible with most devices.
-Editing of recorded video: You can trim or edit your recorded videos to remove any irrelevant parts.
-Easy image download: You can easily download a video in any format.

Get the powerful and intuitive Screen Recorder Tool for a high-quality screen recording experience. Download the Windows Chrome software to enhance productivity and communication in a variety of ways.                    

Grundlegende Informationen zur Erweiterung

Name Screen Recorder with Webcam + Video Editor Screen Recorder with Webcam + Video Editor
ID ceaaomihllbckdndacmplkneclfebmgn
Offizielle URL https://chromewebstore.google.com/detail/screen-recorder-with-webc/ceaaomihllbckdndacmplkneclfebmgn
Beschreibung Screen recorder & desktop capture tool. Record a video, presentation, open a front camera, or a window. Edit, download, and share.
Dateigröße 9.28 MB
Installationsanzahl 374
Aktuelle Version 1.2.7
Letztes Update 2024-02-23
Veröffentlichungsdatum 2022-10-09
Bewertung 4.62/5 Insgesamt 53 Bewertungen
Entwickler https://appscreenrecorder.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://appscreenrecorder.com/chrome-extension
Hilfeseite URL https://appscreenrecorder.com/contact-us
URL der Datenschutzrichtlinien-Seite https://appscreenrecorder.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Recorder with Webcam + Video Editor",
    "version": "1.2.7",
    "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"
        ]
    },
    "icons": {
        "16": "\/assets\/images\/edzippLoderIcon.png",
        "48": "\/assets\/images\/edzippLoderIcon.png",
        "128": "\/assets\/images\/edzippLoderIcon.png"
    },
    "author": "Appsmartz",
    "host_permissions": [
        "*:\/\/*\/*",
        "",
        "chrome-extension:\/\/*"
    ],
    "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"
    },
    "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' 'unsafe-inline' https:\/\/admin.appscreenrecorder.com\/* https:\/\/*.firebaseio.com https:\/\/*.firebasedatabase.app https:\/\/www.googleapis.com"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "scss\/main.css"
            ],
            "js": [
                "js\/detect.js"
            ],
            "all_frames": false
        }
    ],
    "action": {
        "default_popup": "html\/index.html",
        "default_title": "Appscreenrecoder"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/admin.appscreenrecorder.com\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/appscreenrecorder.com\/*"
        ]
    }
}