Free Screen Recorder

Record screen along with audio and making the recording downloadable

What is Free Screen Recorder?

Free Screen Recorder is a Chrome extension developed by deep.barca, and its main feature is "Record screen along with audio and making the recording downloadable".

Extension Screenshots

screenshot
screenshot
screenshot

Download Free Screen Recorder Extension CRX File

Download Free Screen Recorder 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

                        Free screen recorder lets you capture your screen with audio. It then lets you download the recording to your device free of cost. 

The generated recording can be played DIRECTLY in the browser! Just drag and drop the recording in the browser and it will automatically play the recording for you.

There is NO limit on the duration of the recording or how many videos you can record. 

Everything is free of cost, no strings attached. 

Happy Recording!

Update 1.0.1 : Fixed Audio-Echo Bug 
Update 1.0.0 : Added Quality Selection, option of downloading recording with AND without seeking.
Update 0.1.1 : Included a processing screen.                    

Extension Basic Information

Name Free Screen Recorder Free Screen Recorder
ID ppnhmbecmjohhacmbjcefmmfhanjecaa
Official URL https://chromewebstore.google.com/detail/free-screen-recorder/ppnhmbecmjohhacmbjcefmmfhanjecaa
Description Record screen along with audio and making the recording downloadable
File Size 4.96 MB
Installation Count 22,975
Current Version 1.0.1
Last Updated 2021-03-07
Publish Date 2020-04-15
Rating 3.27/5 Total 26 Ratings
Developer deep.barca
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Screen Recorder",
    "description": "Record screen along with audio and making the recording downloadable",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/new16.png"
        }
    },
    "icons": {
        "16": "assets\/img\/new16.png",
        "48": "assets\/img\/new48.png",
        "128": "assets\/img\/new128.png"
    },
    "permissions": [
        "desktopCapture"
    ]
}