Screen Recorder
Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)
What is Screen Recorder?
Screen Recorder is a Chrome extension developed by Erich Behrens, and its main feature is "Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)".
Extension Screenshots
Download Screen Recorder Extension CRX File
Download 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
Chrome extension to record a video from the camera or capture it from the screen (desktop, specific application window or Chrome tab). Free to use No signup required No watermarks Record unlimited videos What's new - Autosave videos and recover your recordings after a crash. - Record audio from microphone and system together. - Recorded video can be seeked/skipped while playing. - Record screen and camera (more settings coming soon). - Warning before permanently deleting an unsaved video.
Extension Basic Information
Name | Screen Recorder |
ID | hniebljpgcogalllopnjokppmgbhaden |
Official URL | https://chromewebstore.google.com/detail/screen-recorder/hniebljpgcogalllopnjokppmgbhaden |
Description | Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab) |
File Size | 253 KB |
Installation Count | 2,419,487 |
Current Version | 3.3.0 |
Last Updated | 2021-05-16 |
Publish Date | 2019-03-17 |
Rating | 3.82/5 Total 1537 Ratings |
Developer | Erich Behrens |
[email protected] | |
Payment Type | free |
Extension Website | https://scre.io |
Help Page URL | https://support.scre.io |
Privacy Policy Page URL | https://scre.io/privacy-browser-extension |
Supported Languages | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,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": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.3.0", "minimum_chrome_version": "70", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_icon": "img\/128.png" }, "options_page": "index.html#\/settings", "permissions": [ "desktopCapture" ], "offline_enabled": true } |