ControlRoom.Live Stream Finder M3U8

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

¿Qué es ControlRoom.Live Stream Finder M3U8?

ControlRoom.Live Stream Finder M3U8 es una extensión de Chrome desarrollada por https://controlroom.live, y su función principal es "Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ControlRoom.Live Stream Finder M3U8

Descarga archivos de extensión ControlRoom.Live Stream Finder M3U8 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ControlRoom.Live Stream Finder M3U8 ControlRoom.Live Stream Finder M3U8
ID obcaheiickndpbhljnfpojabbdhoofja
URL Oficial https://chromewebstore.google.com/detail/controlroomlive-stream-fi/obcaheiickndpbhljnfpojabbdhoofja
Descripción Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!
Tamaño del Archivo 13.75 KB
Cantidad de Instalaciones 42
Versión Actual 1.6
Última Actualización 2023-08-25
Fecha de Publicación 2023-06-07
Desarrollador https://controlroom.live
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://controlroom.live/chrome
URL de la Página de Ayuda https://controlroom.live/support
URL de la Página de Política de Privacidad https://controlroom.live/privacy
Idiomas Soportados 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"
        }
    ]
}