Live video recorder

Record live stream!

Live video recorderคืออะไร?

Live video recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yoyo.dev และคุณลักษณะหลักของมันคือ "Record live stream!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live video recorder

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}