ControlRoom.Live Stream Finder M3U8

Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!

ما هو ControlRoom.Live Stream Finder M3U8؟

ControlRoom.Live Stream Finder M3U8 هو إضافة Chrome تم تطويرها بواسطة https://controlroom.live، والميزة الرئيسية لها هي "Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة ControlRoom.Live Stream Finder M3U8

قم بتنزيل ملفات الامتداد ControlRoom.Live Stream Finder M3U8 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ControlRoom.Live allows users to see multiple live streams at one time. Control Room has many built in platforms to search for content, but sometimes you find the content as you browse web pages and want to add that content to your Control Room account. Now you can easily with this extension. Just log in or create a free ControlRoom.Live account and flip the switch to On. Once the extension detects a live stream, a pop up will appear to ask you to send to Control Room. Give it a category and send to your favorites. It is that easy to load up your favorite live streams.

This extension will show M3U8 Stream URLs.                    

معلومات أساسية عن التمديد

الاسم ControlRoom.Live Stream Finder M3U8 ControlRoom.Live Stream Finder M3U8
ID obcaheiickndpbhljnfpojabbdhoofja
عنوان URL الرسمي https://chromewebstore.google.com/detail/controlroomlive-stream-fi/obcaheiickndpbhljnfpojabbdhoofja
الوصف Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!
حجم الملف 13.75 KB
عدد التثبيتات 42
النسخة الحالية 1.6
آخر تحديث 2023-08-25
تاريخ النشر 2023-06-07
المطور https://controlroom.live
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://controlroom.live/chrome
عنوان صفحة المساعدة https://controlroom.live/support
عنوان صفحة سياسة الخصوصية https://controlroom.live/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ControlRoom.Live Stream Finder M3U8",
    "description": "Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!",
    "version": "1.6",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ]
}