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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ControlRoom.Live Stream Finder M3U8 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}