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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}