Live video recorder
Record live stream!
什么是Live video recorder?
Live video recorder是由https://yoyo.dev开发的Chrome扩展程序,该扩展的主要功能是“Record live stream!”。
扩展截图
下载Live video recorder扩展crx文件
下载Live video recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Live video recorder |
ID | nieboggmgpnmaiedgpcackjnpjakgfaf |
官方URL | https://chromewebstore.google.com/detail/live-video-recorder/nieboggmgpnmaiedgpcackjnpjakgfaf |
简介 | Record live stream! |
文件大小 | 18.39 KB |
安装次数 | 7,505 |
当前版本 | 0.7 |
更新时间 | 2021-04-29 |
上架时间 | 2019-08-05 |
评分 | 2.60/5 共15次评分 |
开发者 | https://yoyo.dev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |