Free Screen Recorder

Record screen along with audio and making the recording downloadable

什么是Free Screen Recorder?

Free Screen Recorder是由deep.barca开发的Chrome扩展程序,该扩展的主要功能是“Record screen along with audio and making the recording downloadable”。

扩展截图

screenshot
screenshot
screenshot

下载Free Screen Recorder扩展crx文件

下载Free Screen Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Free Screen Recorder Free Screen Recorder
ID ppnhmbecmjohhacmbjcefmmfhanjecaa
官方URL https://chromewebstore.google.com/detail/free-screen-recorder/ppnhmbecmjohhacmbjcefmmfhanjecaa
简介 Record screen along with audio and making the recording downloadable
文件大小 4.96 MB
安装次数 22,975
当前版本 1.0.1
更新时间 2021-03-07
上架时间 2020-04-15
评分 3.27/5 共26次评分
开发者 deep.barca
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}