extension ExtPose

WebScreenRecorder

CRX id

lkjmohpchdinhmmomfhcponobbkjgbck-

Description from extension meta

Record screen activity, camera, mic, tab, speakers in 4K HD video format (using ScreenRecorder)

Image from store WebScreenRecorder
Description from store #WebScreenRecorder (Chrome Extension) #Source Code https://github.com/eskguptha/ScreenRecorder # Disqus Blog (WebRTC) https://disqus.com/by/disqus_UlsE5WhBKm/ # Test https://github.com/eskguptha/ScreenRecorder/blob/master/test.html <script> WebScreenRecorderRTC_Extension === 'undefined') { alert('WebScreenRecorder chrome extension is either disabled or not installed.'); } function start_recording(){ try{ recorder = new WebScreenRecorderRTC_Extension(); rec_options = { enableScreen: true, enableMicrophone: true, enableSpeakers: true } recorder.startRecording(rec_options, function() {}); } catch(ex){ console.log(ex.message); } } function stop_recording(){ try{ recorder.setVideoFileName({"video_file_name": "2020-04-32"}); recorder.stopRecording(function(blob) { }); } catch(ex){ console.log(ex.message); } }; </script>

Latest reviews

  • (2023-09-25) Ricardo Liborio Rivas de Castro: Excelente extensão para Google Chrome e Edge ! Cumpre o que promete !

Latest issues

  • (2020-06-21, v:2) Amber Chang: Lagging Occured
    So as I was trying to record the video, it was lagging a lot. Was that supposed to happen?

Statistics

Installs
274 history
Category
Rating
0.0 (0 votes)
Last update / version
2020-05-02 / 2
Listing languages
en

Links