Live video recorder
Record live stream!
What is Live video recorder?
Live video recorder is a Chrome extension developed by https://yoyo.dev, and its main feature is "Record live stream!".
Extension Screenshots
Download Live video recorder Extension CRX File
Download Live video 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
Record any HTML5 video or livestream by right clicking on it. V0.6 ✨ Displays a red icon when recording ✨ Now supports multiple recordings at the same time 🛠️ Only the audio is recorded? ✔️ If you are using Windows, you might need to install VLC(https://www.videolan.org/) to play recorded videos.
Extension Basic Information
Name | Live video recorder |
ID | nieboggmgpnmaiedgpcackjnpjakgfaf |
Official URL | https://chromewebstore.google.com/detail/live-video-recorder/nieboggmgpnmaiedgpcackjnpjakgfaf |
Description | Record live stream! |
File Size | 18.39 KB |
Installation Count | 7,505 |
Current Version | 0.7 |
Last Updated | 2021-04-29 |
Publish Date | 2019-08-05 |
Rating | 2.60/5 Total 15 Ratings |
Developer | https://yoyo.dev |
[email protected] | |
Payment Type | free |
Supported Languages | en,fr,es,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.7", "manifest_version": 2, "description": "__MSG_appDesc__", "author": "Yohan Galerneau", "default_locale": "en", "icons": { "128": "icon.png" }, "permissions": [ "contextMenus", "downloads" ], "background": { "scripts": [ "script.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ] } ] } |