OUI9 HLS PLAYER M3U8

Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio

OUI9 HLS PLAYER M3U8란 무엇입니까?

OUI9 HLS PLAYER M3U8은(는) oui9mobi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

OUI9 HLS PLAYER M3U8 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Play HLS urls M3U8 in-browser
Extension with an hls.js
Play the m3u8 links you click on and any m3u8 links you paste into the address bar.
It works by transmuxing MPEG-2 Transport Stream and M3U8 / M3u streams and FLV . This transmuxing could be performed asynchronously using Web Worker if available in the browser. 
hls.js does not need any player, it works directly on top of a standard HTML.                    

확장 프로그램 기본 정보

이름 OUI9 HLS PLAYER M3U8 OUI9 HLS PLAYER M3U8
ID pkckbkheblnpnlnmkldeikhkfddhnkah
공식 URL https://chromewebstore.google.com/detail/oui9-hls-player-m3u8/pkckbkheblnpnlnmkldeikhkfddhnkah
설명 Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio
파일 크기 1.71 MB
설치 횟수 8,816
현재 버전 2.0
최근 업데이트 2022-06-29
출시 날짜 2021-09-17
평점 5.00/5 총 14 개의 평점
개발자 oui9mobi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://oui9.com
도움말 페이지 URL https://www.facebook.com/oui9mobi
개인정보 보호 정책 페이지 URL http://extension.oui9.com/privacy/oui9hlsplayer.htm
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "OUI9 HLS PLAYER M3U8"
    },
    "description": "Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "OUI9 HLS PLAYER M3U8",
    "permissions": [
        "*:\/\/*\/*.m3u8*",
        "*:\/\/*\/*.mpd*",
        "webRequest",
        "webRequestBlocking",
        "webRequest",
        ""
    ],
    "version": "2.0",
    "minimum_chrome_version": "23",
    "web_accessible_resources": [
        "oui9.html",
        "128.png",
        "128c.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}