ControlRoom.Live Stream Finder M3U8

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

Wat is ControlRoom.Live Stream Finder M3U8?

ControlRoom.Live Stream Finder M3U8 is een Chrome-extensie ontwikkeld door https://controlroom.live, en de belangrijkste functie is "Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ControlRoom.Live Stream Finder M3U8

Download ControlRoom.Live Stream Finder M3U8-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ControlRoom.Live Stream Finder M3U8 ControlRoom.Live Stream Finder M3U8
ID obcaheiickndpbhljnfpojabbdhoofja
Officiële URL https://chromewebstore.google.com/detail/controlroomlive-stream-fi/obcaheiickndpbhljnfpojabbdhoofja
Beschrijving Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!
Bestandsgrootte 13.75 KB
Aantal Installaties 42
Huidige Versie 1.6
Laatst Bijgewerkt 2023-08-25
Publicatiedatum 2023-06-07
Ontwikkelaar https://controlroom.live
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://controlroom.live/chrome
Help Pagina-URL https://controlroom.live/support
URL van de Privacybeleid Pagina https://controlroom.live/privacy
Ondersteunde Talen 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"
        }
    ]
}