Live video recorder

Record live stream!

Live video recorder là gì?

Live video recorder là một tiện ích mở rộng Chrome được phát triển bởi https://yoyo.dev, và tính năng chính của nó là "Record live stream!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Live video recorder

Tải xuống các tệp mở rộng Live video recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Live video recorder Live video recorder
ID nieboggmgpnmaiedgpcackjnpjakgfaf
URL Chính Thức https://chromewebstore.google.com/detail/live-video-recorder/nieboggmgpnmaiedgpcackjnpjakgfaf
Mô tả Record live stream!
Kích Thước Tệp 18.39 KB
Số Lần Cài Đặt 7,505
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2021-04-29
Ngày Phát Hành 2019-08-05
Đánh Giá 2.60/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://yoyo.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}