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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://controlroom.live และคุณลักษณะหลักของมันคือ "Discover, bookmark and stream live content from various websites directly to your ControlRoom.Live account with one click!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ControlRoom.Live Stream Finder M3U8

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}