Free Screen Recorder

Record screen along with audio and making the recording downloadable

O que é Free Screen Recorder?

Free Screen Recorder é uma extensão do Chrome desenvolvida por deep.barca, e sua principal característica é "Record screen along with audio and making the recording downloadable".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Free Screen Recorder

Baixe arquivos de extensão Free Screen Recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Free Screen Recorder Free Screen Recorder
ID ppnhmbecmjohhacmbjcefmmfhanjecaa
URL Oficial https://chromewebstore.google.com/detail/free-screen-recorder/ppnhmbecmjohhacmbjcefmmfhanjecaa
Descrição Record screen along with audio and making the recording downloadable
Tamanho do Arquivo 4.96 MB
Contagem de Instalações 22,975
Versão Atual 1.0.1
Última Atualização 2021-03-07
Data de Publicação 2020-04-15
Classificação 3.27/5 Total de 26 Avaliações
Desenvolvedor deep.barca
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}