Screen Recorder
Capture screen recordings and save them to video files.
What is Screen Recorder?
Screen Recorder is a Chrome extension developed by robert.ryan.miller, and its main feature is "Capture screen recordings and save them to video files.".
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
Easily record your screen and save recordings locally as .webm files.
Extension Basic Information
Name | Screen Recorder |
ID | mpffdnlgeecobhimcaepepbcmlgioiph |
Official URL | https://chromewebstore.google.com/detail/screen-recorder/mpffdnlgeecobhimcaepepbcmlgioiph |
Description | Capture screen recordings and save them to video files. |
File Size | 16.96 KB |
Installation Count | 324 |
Current Version | 1.0.2 |
Last Updated | 2022-06-07 |
Publish Date | 2020-09-29 |
Rating | 2.00/5 Total 1 Ratings |
Developer | robert.ryan.miller |
[email protected] | |
Payment Type | free |
Extension Website | https://www.robotmiller.com/recorder/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Recorder", "version": "1.0.2", "description": "Capture screen recordings and save them to video files.", "permissions": [], "background": { "scripts": [ "draw-icon.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "32": "circle-icon-32.png" } }, "icons": { "16": "circle-icon-16.png", "48": "circle-icon-48.png", "128": "circle-icon-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |