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是由https://controlroom.live开发的Chrome扩展程序,该扩展的主要功能是“Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!”。

扩展截图

screenshot
screenshot

下载ControlRoom.Live Stream Finder M3U8扩展crx文件

下载ControlRoom.Live Stream Finder M3U8扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL https://controlroom.live/support
隐私政策页面URL 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"
        }
    ]
}