Live video recorder

Record live stream!

Apa itu Live video recorder?

Live video recorder adalah ekstensi Chrome yang dikembangkan oleh https://yoyo.dev, dan fitur utamanya adalah "Record live stream!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Live video recorder

Unduh file ekstensi Live video recorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Live video recorder Live video recorder
ID nieboggmgpnmaiedgpcackjnpjakgfaf
URL Resmi https://chromewebstore.google.com/detail/live-video-recorder/nieboggmgpnmaiedgpcackjnpjakgfaf
Deskripsi Record live stream!
Ukuran File 18.39 KB
Jumlah Instalasi 7,505
Versi Saat Ini 0.7
Terakhir Diperbarui 2021-04-29
Tanggal Publikasi 2019-08-05
Penilaian 2.60/5 Total 15 Penilaian
Pengembang https://yoyo.dev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}