Live video recorder

Record live stream!

什麼是Live video recorder?

Live video recorder是由https://yoyo.dev開發的Chrome擴展程式,該擴展的主要功能是“Record live stream!”。

擴展截圖

screenshot

下載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 Live video recorder
ID nieboggmgpnmaiedgpcackjnpjakgfaf
官方網址 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"
            ]
        }
    ]
}