Screen Recorder for Chrome™

Allows Screen Recording from your Webcam and Desktop

What is Screen Recorder for Chrome™?

Screen Recorder for Chrome™ is a Chrome extension developed by PC Screen Recorder, and its main feature is "Allows Screen Recording from your Webcam and Desktop".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Screen Recorder for Chrome™ Extension CRX File

Download Screen Recorder for Chrome™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Install the free screen recorder and effortlessly capture high-quality screen recordings with clear audio on your laptops and desktop PCs. 

Free screen recorder is an easy-to-use screen recording tool that allows users to capture their screen, webcam, and microphone to create high-quality videos. 

Key Features of Free Screen Recorder  
>> Easy to use: It is user-friendly simple to use and completely free to use. With just one click, you can start recording your screen, webcam, or both. 
>> High resolution recording: This free screen recording extension enables you to record your screen in up to 1080p resolution, ensuring that your videos are of high quality. 
>> Multiple recording options: It offers a range of recording options, including recording your Screen, screen or webcam or both simultaneously. This allows you to choose the best recording option and ensures that you capture the content according to your requirements.  
>> Audio recording: Allows you to capture both system audio and microphone audio, which is essential for creating high-quality videos with clear sound.  

Steps To Use Free Screen Recording Tool:  
>>Install the Screen Recorder extension by clicking on the "Add to Chrome" button 
>> Click the extension icon and select the desired screen recording layout and audio/video settings 
>> Once recording is finished, download the video to the system                    

Extension Basic Information

Name Screen Recorder for Chrome™ Screen Recorder for Chrome™
ID aloeieipaodpomkchfojicbelpcglnep
Official URL https://chromewebstore.google.com/detail/screen-recorder-for-chrom/aloeieipaodpomkchfojicbelpcglnep
Description Allows Screen Recording from your Webcam and Desktop
File Size 1.19 MB
Installation Count 53,198
Current Version 1.0.4
Last Updated 2023-10-05
Publish Date 2023-02-08
Rating 3.94/5 Total 16 Ratings
Developer PC Screen Recorder
Email [email protected]
Payment Type free
Privacy Policy Page URL https://drive.google.com/file/d/1RpbI2VtJAOYSdyVoHQi4Q99IYy12Qk6J/view?usp=sharing
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "default_locale": "en",
    "short_name": "Screen Recorder",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "action": {
        "default_title": "__MSG_defaultTitle__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon 16.png",
        "32": "img\/icon 32.png",
        "64": "img\/icon 64.png",
        "128": "img\/icon 128.png",
        "2000": "img\/icon 2000.png"
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "storage",
        "downloads",
        "notifications",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}