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 là gì?

ControlRoom.Live Stream Finder M3U8 là một tiện ích mở rộng Chrome được phát triển bởi https://controlroom.live, và tính năng chính của nó là "Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ControlRoom.Live Stream Finder M3U8

Tải xuống các tệp mở rộng ControlRoom.Live Stream Finder M3U8 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

                        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.                    

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

Tên ControlRoom.Live Stream Finder M3U8 ControlRoom.Live Stream Finder M3U8
ID obcaheiickndpbhljnfpojabbdhoofja
URL Chính Thức https://chromewebstore.google.com/detail/controlroomlive-stream-fi/obcaheiickndpbhljnfpojabbdhoofja
Mô tả Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!
Kích Thước Tệp 13.75 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2023-06-07
Nhà Phát Triển https://controlroom.live
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://controlroom.live/chrome
URL Trang Trợ Giúp https://controlroom.live/support
URL Trang Chính Sách Bảo Mật https://controlroom.live/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}