M3U8 Recorder
Free Online Screen Recorder
M3U8 Recorderとは何ですか?
M3U8 RecorderはHelloWorldによって開発されたChromeの拡張機能で、その主な機能は「Free Online Screen Recorder」です。
拡張機能のスクリーンショット
M3U8 Recorder拡張機能のCRXファイルをダウンロード
M3U8 Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
M3U8 Recorder is an all-in-one screen recorder to help you record a video from screen.
You can record the whole screen, specific application window or browser tab at will, without downloading any software.
Online Version:
https://record.m3u8.dev/
How to use:
https://www.craft.do/s/nyEpTS2o1g1jQG 拡張機能の基本情報
| 名前 | |
| ID | jlbhnhienbfpgjekmeibaifnpgplabah |
| 公式URL | https://chromewebstore.google.com/detail/m3u8-recorder/jlbhnhienbfpgjekmeibaifnpgplabah |
| 説明 | Free Online Screen Recorder |
| ファイルサイズ | 98.66 KB |
| インストール数 | 971 |
| 現在のバージョン | 0.1.6 |
| 最終更新日 | 2022-12-14 |
| 公開日 | 2022-12-12 |
| 評価 | 3.33/5 合計 3 レビュー |
| 開発者 | HelloWorld |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://record.m3u8.dev/ |
| ヘルプページのURL | https://record.m3u8.dev/ |
| プライバシーポリシーページのURL | https://code4you.dev/privacy.html |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "M3U8 Recorder",
"description": "Free Online Screen Recorder",
"version": "0.1.6",
"options_page": "options\/index.html",
"background": {
"service_worker": "background\/index.js"
},
"action": {
"default_icon": {
"128": "assets\/icons\/icon-128.png"
},
"default_title": "M3U8 Recorder"
},
"icons": {
"128": "assets\/icons\/icon-128.png"
}
} | |