Live video recorder

Record live stream!

Wat is Live video recorder?

Live video recorder is een Chrome-extensie ontwikkeld door https://yoyo.dev, en de belangrijkste functie is "Record live stream!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Live video recorder

Download Live video recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Live video recorder Live video recorder
ID nieboggmgpnmaiedgpcackjnpjakgfaf
Officiële URL https://chromewebstore.google.com/detail/live-video-recorder/nieboggmgpnmaiedgpcackjnpjakgfaf
Beschrijving Record live stream!
Bestandsgrootte 18.39 KB
Aantal Installaties 7,505
Huidige Versie 0.7
Laatst Bijgewerkt 2021-04-29
Publicatiedatum 2019-08-05
Beoordeling 2.60/5 Totaal 15 Beoordelingen
Ontwikkelaar https://yoyo.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}