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
Eメール [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"
        }
    ]
}