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 |
Eメール | [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" ] } ] } |